mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-05 01:26:00 +00:00
Minor fixes
This commit is contained in:
@@ -45,7 +45,13 @@ std::string getDate() {
|
||||
<< Hour << ":"
|
||||
<< Min << ":"
|
||||
<< Secs
|
||||
<< "] ";
|
||||
<< "] "
|
||||
#ifdef DEBUG
|
||||
<< std::this_thread::get_id()
|
||||
<< " ";
|
||||
#else
|
||||
;
|
||||
#endif
|
||||
return date.str();
|
||||
}
|
||||
void InitLog() {
|
||||
|
||||
Reference in New Issue
Block a user