diff --git a/rpcs3/rpcs3qt/gui_settings.cpp b/rpcs3/rpcs3qt/gui_settings.cpp index 625fe8e492..63cbb6111e 100644 --- a/rpcs3/rpcs3qt/gui_settings.cpp +++ b/rpcs3/rpcs3qt/gui_settings.cpp @@ -268,10 +268,10 @@ void gui_settings::ShowInfoBox(const gui_save& entry, const QString& title, cons if (mb->checkBox()->isChecked()) { SetValue(entry, false); - LOG_WARNING(GENERAL, "Entry %s was set to false", sstr(entry.name)); + LOG_NOTICE(GENERAL, "Info Box for Entry %s is now disabled", sstr(entry.name)); } } - else LOG_WARNING(GENERAL, "Entry %s is false, Info Box not shown", sstr(entry.name)); + else LOG_NOTICE(GENERAL, "Info Box for Entry %s was ignored", sstr(entry.name)); } void gui_settings::SetGamelistColVisibility(int col, bool val)