sys: Replaced many info logs with debug logs

This commit is contained in:
WerWolv
2022-07-30 11:26:51 +02:00
parent 24c243bcf6
commit 004cab13dc
3 changed files with 21 additions and 21 deletions

View File

@@ -57,7 +57,7 @@ namespace hex::plugin::builtin {
for (auto &[name, requiresRestart, callback] : settings) {
if (callback(LangEntry(name), ContentRegistry::Settings::getSettingsData()[category.name][name])) {
log::info("Setting [{}]: {} was changed", category.name, name);
log::debug("Setting [{}]: {} was changed", category.name, name);
EventManager::post<EventSettingsChanged>();
if (requiresRestart)