[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.
This commit is contained in:
George Bișoc 2022-12-22 22:14:36 +01:00
parent 578f2fc512
commit 9385830b33
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

View file

@ -9,7 +9,7 @@
/* INCLUDES *******************************************************************/
#include "ntoskrnl.h"
#define NDEBUG
//#define NDEBUG
#include "debug.h"
/* GLOBALS ********************************************************************/