Increased 'unescaped ampersands' message to warning level based on feedback (fixup fa244442
)
This commit is contained in:
parent
572c39c56f
commit
c190e717ef
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue