mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-26 17:37:07 +00:00
Fix verbose text when a font is loaded
This commit is contained in:
parent
a532f21ec4
commit
636531c6da
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user