mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Remove new log prefix from console output
This commit is contained in:
parent
1496f14843
commit
ef04c90d8e
@ -168,7 +168,7 @@ void EQEmuLogSys::ProcessConsoleMessage(uint16 log_type, uint16 log_category, co
|
||||
}
|
||||
#endif
|
||||
|
||||
std::cout << "[N::" << TypeNames[log_type] << "] " << message << "\n";
|
||||
std::cout << "[" << TypeNames[log_type] << "] " << message << "\n";
|
||||
|
||||
#ifdef _WINDOWS
|
||||
/* Always set back to white*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user