logging into wrong channel

This commit is contained in:
Dennis Luxen 2013-08-11 23:25:22 +02:00
parent 7ee4692e84
commit 5bc5e0e8e9

View File

@ -83,7 +83,7 @@ int main (int argc, char * argv[]) {
//std::cout << "fingerprint: " << UUID::GetInstance().GetUUID() << std::endl;
SimpleLogger().Write(logWARNING) <<
SimpleLogger().Write() <<
"starting up engines, compiled at " << __DATE__ << ", " __TIME__;
#ifndef _WIN32