mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add/remove/change some log messages for clarity
This commit is contained in:
parent
a00b9cab36
commit
9d81c02f27
11 changed files with 73 additions and 79 deletions
|
@ -869,6 +869,8 @@ bool Client::loadMedia(const std::string &data, const std::string &filename,
|
|||
const char *font_ext[] = {".ttf", ".woff", NULL};
|
||||
name = removeStringEnd(filename, font_ext);
|
||||
if (!name.empty()) {
|
||||
verbosestream<<"Client: Loading file as font: \""
|
||||
<< filename << "\"" << std::endl;
|
||||
g_fontengine->setMediaFont(name, data);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue