Remove even more newlines from log messages

This commit is contained in:
Petar Popovic
2025-01-23 18:06:29 +01:00
committed by Sam Lantinga
parent 718034f5fa
commit 983cfe8b1c
10 changed files with 129 additions and 129 deletions

View File

@@ -458,7 +458,7 @@ static void HIDAPI_SetupDeviceDriver(SDL_HIDAPI_Device *device, bool *removed) S
if (dev == NULL) {
SDL_LogDebug(SDL_LOG_CATEGORY_INPUT,
"HIDAPI_SetupDeviceDriver() couldn't open %s: %s\n",
"HIDAPI_SetupDeviceDriver() couldn't open %s: %s",
device->path, SDL_GetError());
return;
}