Change an easily confusable warning to debug

This commit is contained in:
Tixx 2024-12-22 12:13:59 +01:00
parent d35567dd47
commit c485fba26b
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -382,7 +382,7 @@ struct ModInfo {
}
} catch (const std::exception& e) {
debug(std::string("Failed to receive mod list: ") + e.what());
warn("Failed to receive new mod list format! This server may be outdated, but everything should still work as expected.");
debug("Failed to receive new mod list format! This server may be outdated, but everything should still work as expected.");
}
return std::make_pair(success, modInfos);
}