https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9385830b33486f1544754…
commit 9385830b33486f154475429d112e53fdc42f7c20
Author: George Bișoc <george.bisoc(a)reactos.org>
AuthorDate: Thu Dec 22 22:14:36 2022 +0100
Commit: George Bișoc <george.bisoc(a)reactos.org>
CommitDate: Fri Dec 23 19:45:25 2022 +0100
[NTOS:CM] Enable verbose debug output of registry lazy flushing component
Log debug output of the lazy flusher as much information as possible so that we can
examine how does the lazy flusher behave, since it didn't work for almost a decade.
Verbose debugging will be disabled once we're confident enough the registry
implementation in ReactOS is rock solid.
---
ntoskrnl/config/cmlazy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ntoskrnl/config/cmlazy.c b/ntoskrnl/config/cmlazy.c
index 04d87a7ea12..13b74570b00 100644
--- a/ntoskrnl/config/cmlazy.c
+++ b/ntoskrnl/config/cmlazy.c
@@ -9,7 +9,7 @@
/* INCLUDES *******************************************************************/
#include "ntoskrnl.h"
-#define NDEBUG
+//#define NDEBUG
#include "debug.h"
/* GLOBALS ********************************************************************/