[PCI]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 3 Nov 2014 16:16:26 +0000 (16:16 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 3 Nov 2014 16:16:26 +0000 (16:16 +0000)
- Addendum to r65181: fix a stray debug print

svn path=/trunk/; revision=65227

reactos/drivers/bus/pci/pdo.c

index c75a654..6440d40 100644 (file)
@@ -1327,7 +1327,7 @@ PdoStartDevice(
     }
     else
     {
-        DbgPrint("None\n");
+        DBGPRINT("None\n");
     }
 
     return STATUS_SUCCESS;