From: Pierre Schweitzer Date: Fri, 9 Feb 2018 10:05:44 +0000 (+0100) Subject: [NTOSKRNL] Silence lazy writer now we know it works X-Git-Tag: 0.4.9-dev~50 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8119e0ad2bfb765167c6cc608f4b0fd1ce8584e1 [NTOSKRNL] Silence lazy writer now we know it works --- diff --git a/ntoskrnl/cc/lazywrite.c b/ntoskrnl/cc/lazywrite.c index 261fcf363eb..adb9fb09d79 100644 --- a/ntoskrnl/cc/lazywrite.c +++ b/ntoskrnl/cc/lazywrite.c @@ -143,13 +143,13 @@ CcLazyWriteScan(VOID) if (Target != 0) { /* Flush! */ - DPRINT1("Lazy writer starting (%d)\n", Target); + DPRINT("Lazy writer starting (%d)\n", Target); CcRosFlushDirtyPages(Target, &Count, FALSE, TRUE); /* And update stats */ CcLazyWritePages += Count; ++CcLazyWriteIos; - DPRINT1("Lazy writer done (%d)\n", Count); + DPRINT("Lazy writer done (%d)\n", Count); } /* If we have deferred writes, try them now! */