Browse Source

Lowers severity of resource manager logging.

pull/1443/head
Kenix3 7 months ago committed by GitHub
parent
commit
4cda92462a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libultraship/libultraship/ResourceMgr.cpp

2
libultraship/libultraship/ResourceMgr.cpp

@ -139,7 +139,7 @@ namespace Ship { @@ -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…
Cancel
Save