Skip to content

Commit f68a7b6

Browse files
committed
well apparently any string formatting in there will explode gd
1 parent 57548dd commit f68a7b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/ServerInfoManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ void ServerInfoManager::fetch(GDPSTypes::Server& server) {
2727
// This little guy right here explodes GD if run.
2828
// I don't know why or how but the json.err() into the format args causes a bad alloc
2929
//log::warn("Failed to parse info for {}: {}", server.url, json.err());
30-
log::warn("Failed to parse info for {}", server.url);
3130
return;
3231
}
3332
auto info = json.unwrap();

0 commit comments

Comments
 (0)