mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
- Silence debug print
svn path=/trunk/; revision=44310
This commit is contained in:
parent
f45f63e7c2
commit
1ea59d6a62
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ KspReadMediaCategory(
|
|||
/* open the key */
|
||||
Status = ZwOpenKey(&hKey, GENERIC_READ, &ObjectAttributes);
|
||||
|
||||
DPRINT1("ZwOpenKey() status 0x%08lx %S\n", Status, Path.Buffer);
|
||||
DPRINT("ZwOpenKey() status 0x%08lx %S\n", Status, Path.Buffer);
|
||||
|
||||
/* free path buffer */
|
||||
ExFreePool(Path.Buffer);
|
||||
|
|
Loading…
Reference in a new issue