Skip to content

Commit

Permalink
Reduced log severity of "has unescaped ampersands" message (FR #25561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 7, 2017
1 parent 945ae88 commit fa24444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/text.cpp
Expand Up @@ -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";

Expand Down

0 comments on commit fa24444

Please sign in to comment.