Convert 'COMMON' debugging _log to logger.LogDebugType

This commit is contained in:
Akkadius
2015-01-12 23:01:01 -06:00
parent 6d8f64da57
commit 733159923a
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ int main(int argc, char** argv) {
RegisterAllPatches(stream_identifier);
#ifndef WIN32
_log(COMMON__THREADS, "Main thread running with thread id %d", pthread_self());
logger.LogDebug(EQEmuLogSys::Detail, "Main thread running with thread id %d", pthread_self());
#endif
Timer quest_timers(100);