Increased 'unescaped ampersands' message to warning level based on feedback (fixup fa244442)

This commit is contained in:
Charles Dang 2017-03-09 12:59:18 +11:00
parent 572c39c56f
commit c190e717ef

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. */
LOG_GUI_L << "pango_text::" << __func__
WRN_GUI_L << "pango_text::" << __func__
<< " text '" << text
<< "' has unescaped ampersands '&', escaped them.\n";