* Sync up to trunk head (r65353).
[reactos.git] / win32ss / user / winsrv / consrv / condrv / console.c
index 4075e76..38c7122 100644 (file)
@@ -44,7 +44,7 @@ InsertConsole(IN PCONSOLE Console)
     /* All went right, so add the console to the list */
     ConDrvLockConsoleListExclusive();
 
-    DPRINT1("Insert in the list\n");
+    DPRINT("Insert in the list\n");
     InsertTailList(&ConsoleList, &Console->ListEntry);
 
     // FIXME: Move this code to the caller function!!