diff --git a/source/gui/SettingTypes/CGUIString.cpp b/source/gui/SettingTypes/CGUIString.cpp index 8ffe5f8385..3346db5cd7 100644 --- a/source/gui/SettingTypes/CGUIString.cpp +++ b/source/gui/SettingTypes/CGUIString.cpp @@ -113,7 +113,7 @@ void CGUIString::GenerateTextCall(const CGUI& pGUI, SFeedback& Feedback, CStrInt if (!pGUI.HasIcon(path)) { if (pObject) - LOGERROR("Trying to use an icon, imgleft or imgright-tag with an undefined icon (\"%s\").", path.c_str()); + ONCE_EACH(path, LOGWARNING("Trying to use an icon, imgleft or imgright-tag with an undefined icon (\"%s\").", key)); continue; }