Reduced log severity of "has unescaped ampersands" message (FR #25561)
This commit is contained in:
parent
945ae88ccc
commit
fa244442bc
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. */
|
||||
ERR_GUI_L << "pango_text::" << __func__
|
||||
LOG_GUI_L << "pango_text::" << __func__
|
||||
<< " text '" << text
|
||||
<< "' has unescaped ampersands '&', escaped them.\n";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue