mirror of
https://github.com/alterware/master-server.git
synced 2026-01-08 00:01:50 +00:00
build: downgrade ubuntu
This commit is contained in:
@@ -39,7 +39,7 @@ int main(const int argc, const char** argv)
|
||||
}
|
||||
catch (std::exception& e)
|
||||
{
|
||||
console::error("Fatal error: %s\n", e.what());
|
||||
console::error("Fatal error: %s", e.what());
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user