mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 23:05:49 +00:00
Remove even more newlines from log messages
This commit is contained in:
committed by
Sam Lantinga
parent
718034f5fa
commit
983cfe8b1c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user