mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +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 */
|
/* open the key */
|
||||||
Status = ZwOpenKey(&hKey, GENERIC_READ, &ObjectAttributes);
|
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 */
|
/* free path buffer */
|
||||||
ExFreePool(Path.Buffer);
|
ExFreePool(Path.Buffer);
|
||||||
|
|
Loading…
Reference in a new issue