Remove new log prefix from console output

This commit is contained in:
Akkadius 2015-01-18 01:04:59 -06:00
parent 1496f14843
commit ef04c90d8e

View File

@ -168,7 +168,7 @@ void EQEmuLogSys::ProcessConsoleMessage(uint16 log_type, uint16 log_category, co
} }
#endif #endif
std::cout << "[N::" << TypeNames[log_type] << "] " << message << "\n"; std::cout << "[" << TypeNames[log_type] << "] " << message << "\n";
#ifdef _WINDOWS #ifdef _WINDOWS
/* Always set back to white*/ /* Always set back to white*/