Lowers severity of resource manager logging.

This commit is contained in:
Kenix3 2022-09-08 20:25:44 -04:00 committed by GitHub
parent 4a0269b3b1
commit 4cda92462a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {