mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[CMLIB]
- Turn down a noisy DPRINT svn path=/trunk/; revision=71171
This commit is contained in:
parent
851f35f9cf
commit
8a9b1f69ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue