projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851f35f
)
[CMLIB]
author
Thomas Faber
<thomas.faber@reactos.org>
Sat, 16 Apr 2016 14:19:47 +0000
(14:19 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/reactos/lib/cmlib/cmse.c
b/reactos/lib/cmlib/cmse.c
index
ce4cbdb
..
66dae93
100644
(file)
--- 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)
{
- DPRINT
1
("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;
}