mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-21 02:58:27 +00:00
Consolidate EQEmuLogsys::Debug calls into DebugCategory
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ int main(int argc, char** argv) {
|
||||
RegisterAllPatches(stream_identifier);
|
||||
|
||||
#ifndef WIN32
|
||||
logger.LogDebug(EQEmuLogSys::Detail, "Main thread running with thread id %d", pthread_self());
|
||||
logger.DebugCategory(EQEmuLogSys::Detail, EQEmuLogSys::None, "Main thread running with thread id %d", pthread_self());
|
||||
#endif
|
||||
|
||||
Timer quest_timers(100);
|
||||
|
||||
Reference in New Issue
Block a user