mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 20:14:37 +00:00
common: log msg++
This commit is contained in:
parent
5778bda4db
commit
b9c71b4e0f
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ shared_ptr<LoadModule> LoaderMgr::loader(const char* data, uint32_t size, const
|
||||||
if (loader->open(data, size, copy)) {
|
if (loader->open(data, size, copy)) {
|
||||||
return shared_ptr<LoadModule>(loader);
|
return shared_ptr<LoadModule>(loader);
|
||||||
} else {
|
} else {
|
||||||
TVGLOG("LOADER", "Given mimetype \"%s\" seems incorrect or not supported. Will try again with other types.", mimeType.c_str());
|
TVGLOG("LOADER", "Given mimetype \"%s\" seems incorrect or not supported.", mimeType.c_str());
|
||||||
delete(loader);
|
delete(loader);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue