- Turn down a noisy DPRINT

svn path=/trunk/; revision=71171
This commit is contained in:
Thomas Faber 2016-04-16 14:19:47 +00:00
parent 851f35f9cf
commit 8a9b1f69ff

View file

@ -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;
}