Author: tfaber Date: Sat Apr 16 14:19:47 2016 New Revision: 71171
URL: http://svn.reactos.org/svn/reactos?rev=71171&view=rev Log: [CMLIB] - Turn down a noisy DPRINT
Modified: trunk/reactos/lib/cmlib/cmse.c
Modified: trunk/reactos/lib/cmlib/cmse.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/cmlib/cmse.c?rev=71171&... ============================================================================== --- trunk/reactos/lib/cmlib/cmse.c [iso-8859-1] (original) +++ trunk/reactos/lib/cmlib/cmse.c [iso-8859-1] Sat Apr 16 14:19:47 2016 @@ -84,7 +84,7 @@ // 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; }