We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57548dd commit f68a7b6Copy full SHA for f68a7b6
src/utils/ServerInfoManager.cpp
@@ -27,7 +27,6 @@ void ServerInfoManager::fetch(GDPSTypes::Server& server) {
27
// This little guy right here explodes GD if run.
28
// I don't know why or how but the json.err() into the format args causes a bad alloc
29
//log::warn("Failed to parse info for {}: {}", server.url, json.err());
30
- log::warn("Failed to parse info for {}", server.url);
31
return;
32
}
33
auto info = json.unwrap();
0 commit comments