video/dedicated_v.c
changeset 2210 58a293892a66
parent 2195 8960c86bf103
child 2228 7014d372374f
--- a/video/dedicated_v.c	Wed Jul 27 19:26:53 2005 +0000
+++ b/video/dedicated_v.c	Wed Jul 27 19:57:12 2005 +0000
@@ -86,14 +86,14 @@
 	if (hThread == NULL)
 		error("Cannot create console thread!");
 
-	DEBUG(misc, 0) ("Windows console thread started...");
+	DEBUG(driver, 1) ("Windows console thread started...");
 }
 
 static void CloseWindowsConsoleThread(void)
 {
 	CloseHandle(hThread);
 	CloseHandle(hEvent);
-	DEBUG(misc, 0) ("Windows console thread shut down...");
+	DEBUG(driver, 1) ("Windows console thread shut down...");
 }
 
 #endif
@@ -126,7 +126,7 @@
 	OS2_SwitchToConsoleMode();
 #endif
 
-	DEBUG(misc,0)("Loading dedicated server...");
+	DEBUG(driver, 1)("Loading dedicated server...");
 	return NULL;
 }