mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 06:16:04 +00:00
add trace() as DEBUG debug()
Replace DEBUG debug() with trace() everywhere
This commit is contained in:
@@ -71,9 +71,7 @@ void Application::CheckForUpdates() {
|
||||
}
|
||||
} else {
|
||||
warn("Unable to fetch version from backend.");
|
||||
#if DEBUG
|
||||
debug("got " + Response);
|
||||
#endif // DEBUG
|
||||
trace("got " + Response);
|
||||
auto Lock = Sentry.CreateExclusiveContext();
|
||||
Sentry.SetContext("get-response", { { "response", Response } });
|
||||
Sentry.LogError("failed to get server version", _file_basename, _line);
|
||||
|
||||
Reference in New Issue
Block a user