mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-23 00:28:51 -05:00
Lowers severity of resource manager logging.
This commit is contained in:
parent
4a0269b3b1
commit
4cda92462a
@ -139,7 +139,7 @@ namespace Ship {
|
||||
ToLoad->resource = Res;
|
||||
ResourceCache[Res->file->path] = Res;
|
||||
|
||||
SPDLOG_DEBUG("Loaded Resource {} on ResourceMgr thread", ToLoad->file->path);
|
||||
SPDLOG_TRACE("Loaded Resource {} on ResourceMgr thread", ToLoad->file->path);
|
||||
|
||||
Res->file = nullptr;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user