2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 12:31:50 +00:00

chore: small adjustment to console log levels

This commit is contained in:
Jan Laupetin
2025-12-16 14:13:52 +00:00
parent a6cc54fce0
commit bcf2b0a3ae
2 changed files with 6 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ namespace T6
return sndBankPtr;
}
con::error("Failed to load sound bank '{}'", soundBankFileName);
con::warn("Could not find sound bank '{}'", soundBankFileName);
return nullptr;
}