Reduced log severity of "has unescaped ampersands" message (FR #25561)

This commit is contained in:
Charles Dang 2017-03-08 02:04:02 +11:00
parent 945ae88ccc
commit fa244442bc

View file

@ -778,7 +778,7 @@ bool pango_text::set_markup_helper(const std::string& text)
}
/* Replacement worked, still warn the user about the error. */
ERR_GUI_L << "pango_text::" << __func__
LOG_GUI_L << "pango_text::" << __func__
<< " text '" << text
<< "' has unescaped ampersands '&', escaped them.\n";