- Silence debug print
[reactos.git] / reactos / drivers / ksfilter / ks / connectivity.c
index 56f7fe7..5395ff2 100644 (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);