- silence traces
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 29 Mar 2015 16:02:40 +0000 (16:02 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 29 Mar 2015 16:02:40 +0000 (16:02 +0000)
svn path=/trunk/; revision=66966

reactos/drivers/ksfilter/swenum/swenum.c

index 90b9b9c..f538fc3 100644 (file)
@@ -311,7 +311,7 @@ SwDispatchCreate(
     /* check if the device object is a child device */
     Status = KsIsBusEnumChildDevice(DeviceObject, &ChildDevice);
 
-    DPRINT1("SwDispatchCreate %x\n", Status);
+    DPRINT("SwDispatchCreate %x\n", Status);
 
     /* check for success */
     if (NT_SUCCESS(Status))
@@ -325,7 +325,7 @@ SwDispatchCreate(
         }
         /* perform the create request */
         Status = KsServiceBusEnumCreateRequest(DeviceObject, Irp);
-        DPRINT1("SwDispatchCreate %x\n", Status);
+        DPRINT("SwDispatchCreate %x\n", Status);
     }
 
     /* check the irp is pending */