mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-29 22:48:30 +00:00
Remove newlines from log messages
This commit is contained in:

committed by
Sam Lantinga

parent
17625e20df
commit
718034f5fa
@@ -92,7 +92,7 @@ char *SDL_SYS_GetPrefPath(const char *org, const char *app)
|
||||
static bool shown = false;
|
||||
if (!shown) {
|
||||
shown = true;
|
||||
SDL_LogCritical(SDL_LOG_CATEGORY_SYSTEM, "tvOS does not have persistent local storage! Use iCloud storage if you want your data to persist between sessions.\n");
|
||||
SDL_LogCritical(SDL_LOG_CATEGORY_SYSTEM, "tvOS does not have persistent local storage! Use iCloud storage if you want your data to persist between sessions.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user