[PORTCLS]
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / drm_port.cpp
index fd5f50e..2257efd 100644 (file)
@@ -57,7 +57,7 @@ CDrmPort2::QueryInterface(
 
     if (RtlStringFromGUID(refiid, &GuidString) == STATUS_SUCCESS)
     {
-        DPRINT1("IDrmPort2_QueryInterface no interface!!! iface %S\n", GuidString.Buffer);
+        DPRINT("IDrmPort2_QueryInterface no interface!!! iface %S\n", GuidString.Buffer);
         RtlFreeUnicodeString(&GuidString);
     }
     return STATUS_UNSUCCESSFUL;