mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
Make "unable to fetch version" a trace message
This commit is contained in:
parent
d8c33c03ee
commit
056d20292a
2
deps/commandline
vendored
2
deps/commandline
vendored
@ -1 +1 @@
|
|||||||
Subproject commit b1da8bcb696bfa9388dca46bf0f5dd9538fc70aa
|
Subproject commit 01434c11aaf82d37a126dc70f5aa02cc523dbbb4
|
@ -123,7 +123,7 @@ void Application::CheckForUpdates() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Application::GetSubsystemStatuses().at("UpdateCheck") == Application::Status::Bad) {
|
if (Application::GetSubsystemStatuses().at("UpdateCheck") == Application::Status::Bad) {
|
||||||
beammp_warn("Unable to fetch version info from backend.");
|
beammp_trace("Unable to fetch version info from backend.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user