[CMLIB]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 16 Apr 2016 14:19:47 +0000 (14:19 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 16 Apr 2016 14:19:47 +0000 (14:19 +0000)
- Turn down a noisy DPRINT

svn path=/trunk/; revision=71171

reactos/lib/cmlib/cmse.c

index ce4cbdb..66dae93 100644 (file)
@@ -84,7 +84,7 @@ CmpFreeSecurityDescriptor(IN PHHIVE Hive,
     // a BSOD at the end...
     if (CellData->Security == HCELL_NIL)
     {
     // a BSOD at the end...
     if (CellData->Security == HCELL_NIL)
     {
-        DPRINT1("Cell 0x%08x (data 0x%p) has no security block!\n", Cell, CellData);
+        DPRINT("Cell 0x%08x (data 0x%p) has no security block!\n", Cell, CellData);
         HvReleaseCell(Hive, Cell);
         return;
     }
         HvReleaseCell(Hive, Cell);
         return;
     }