Skip to content

Commit 4917362

Browse files
committed
Fix comments
1 parent c26a4fa commit 4917362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// TheSuperHackers @feature helmutbuhler 04/10/2025
5252
// Uncomment this to show normal logging stuff in the crc logging.
53-
// This can be helpful for context, but can also clutter diffs because normal logs arn't necessarily
53+
// This can be helpful for context, but can also clutter diffs because normal logs aren't necessarily
5454
// deterministic or the same on all peers in multiplayer games.
5555
//#define INCLUDE_DEBUG_LOG_IN_CRC_LOG
5656

cmake/config-debug.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_feature_info(DebugLogging RTS_DEBUG_LOGGING
1717
add_feature_info(DebugCrashing RTS_DEBUG_CRASHING "Build with Debug Crashing")
1818
add_feature_info(DebugStacktrace RTS_DEBUG_STACKTRACE "Build with Debug Stacktracing")
1919
add_feature_info(DebugProfile RTS_DEBUG_PROFILE "Build with Debug Profiling")
20-
add_feature_info(DebugIncludeDebugLogInCrcLog RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Include debug logs in crc logs")
20+
add_feature_info(DebugIncludeDebugLogInCrcLog RTS_DEBUG_INCLUDE_DEBUG_LOG_IN_CRC_LOG "Build with Debug Logging in CRC log")
2121

2222

2323
# Helper macro that handles DEFAULT ON OFF options

0 commit comments

Comments
 (0)