diff --git a/src/openrct2/Game.cpp b/src/openrct2/Game.cpp index 0047162ffc..e0d8794fd1 100644 --- a/src/openrct2/Game.cpp +++ b/src/openrct2/Game.cpp @@ -882,7 +882,7 @@ void start_silent_record() replayManager->GetCurrentReplayInfo(info); safe_strcpy(gSilentRecordingName, info.FilePath.c_str(), MAX_PATH); - const char* logFmt = "Silent replay recording started: (%s) %s"; + const char* logFmt = "Silent replay recording started: (%s) %s\n"; printf(logFmt, info.Name.c_str(), info.FilePath.c_str()); } }