Skip to content

Commit b57fce5

Browse files
committed
Logging improvements
1 parent bda5155 commit b57fce5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GeneralsMD/Code/GameEngine/Source/Common/GameEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ void GameEngine::execute(void)
10791079
}
10801080
catch (const std::exception& e) // caught by reference to base
10811081
{
1082-
NetworkLog("A standard exception was caught, with message: %s", e.what());
1082+
NetworkLog(ELogVerbosity::LOG_RELEASE, "A standard exception was caught, with message: %s", e.what());
10831083
}
10841084
catch (...)
10851085
{

0 commit comments

Comments
 (0)