summaryrefslogtreecommitdiff
path: root/video/dedicated_v.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/dedicated_v.c')
-rw-r--r--video/dedicated_v.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c
index e0408c9bf..e15922e0c 100644
--- a/video/dedicated_v.c
+++ b/video/dedicated_v.c
@@ -86,14 +86,14 @@ static void CreateWindowsConsoleThread(void)
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 @@ static const char *DedicatedVideoStart(const char * const *parm)
OS2_SwitchToConsoleMode();
#endif
- DEBUG(misc,0)("Loading dedicated server...");
+ DEBUG(driver, 1)("Loading dedicated server...");
return NULL;
}