Consolidate EQEmuLogsys::Debug calls into DebugCategory

This commit is contained in:
Akkadius
2015-01-17 23:59:06 -06:00
parent 7d14fad782
commit d45ed9befa
15 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -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);