mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-06-19 12:40:53 +00:00
fixed debug output, server exit hang, crashes
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <iostream>
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
extern std::mutex MLock;
|
||||
void InitLog();
|
||||
#define DebugPrintTID() DebugPrintTIDInternal(__func__)
|
||||
void DebugPrintTIDInternal(const std::string& func); // prints the current thread id in debug mode, to make tracing of crashes and asserts easier
|
||||
|
||||
Reference in New Issue
Block a user