Core/Authserver: Fix logging crash at startup

This commit is contained in:
Nay
2012-08-07 04:21:58 +02:00
parent a8952c28fb
commit 429130522e

View File

@@ -29,7 +29,7 @@
#include <cstdio>
#include <sstream>
Log::Log()
Log::Log() : worker(NULL)
{
SetRealmID(0);
m_logsTimestamp = "_" + GetTimestampStr();