- Silence debug print

svn path=/trunk/; revision=44310
This commit is contained in:
Johannes Anderwald 2009-11-28 17:05:06 +00:00
parent f45f63e7c2
commit 1ea59d6a62

View file

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