mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-03 05:57:40 -05:00
sys: Replaced many info logs with debug logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user