mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 03:11:28 +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
|
#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*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user