Fix verbose text when a font is loaded

This commit is contained in:
David Capello 2019-09-23 15:33:27 -03:00
parent a532f21ec4
commit 636531c6da

View File

@ -148,7 +148,7 @@ static FontData* load_font(std::map<std::string, FontData*>& fonts,
font->setAntialias(antialias);
if (!fontFilename.empty())
LOG(VERBOSE) << "THEME: Font file '" << fontFilename << "' not found\n";
LOG(VERBOSE) << "THEME: Font file '" << fontFilename << "' found\n";
}
else {
throw base::Exception("Invalid type=\"%s\" in '%s' for <font name=\"%s\" ...>\n",