From: Thomas Faber Date: Sat, 16 Apr 2016 14:19:47 +0000 (+0000) Subject: [CMLIB] X-Git-Tag: ReactOS-0.4.1~53 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8a9b1f69ff375a1007858497e01e9fd608b12489;ds=sidebyside [CMLIB] - Turn down a noisy DPRINT svn path=/trunk/; revision=71171 --- diff --git a/reactos/lib/cmlib/cmse.c b/reactos/lib/cmlib/cmse.c index ce4cbdb85c6..66dae931f7b 100644 --- a/reactos/lib/cmlib/cmse.c +++ b/reactos/lib/cmlib/cmse.c @@ -84,7 +84,7 @@ CmpFreeSecurityDescriptor(IN PHHIVE Hive, // 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; }