mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-19 18:02:54 +00:00
Reduce log message verbosity when shutting down KMSDRM
Fixes https://github.com/libsdl-org/SDL/issues/13569
This commit is contained in:
@@ -1689,7 +1689,7 @@ static void KMSDRM_DestroySurfaces(SDL_VideoDevice *_this, SDL_Window *window)
|
||||
}
|
||||
|
||||
if (ret) {
|
||||
SDL_LogError(SDL_LOG_CATEGORY_VIDEO, "Could not restore CRTC");
|
||||
SDL_LogDebug(SDL_LOG_CATEGORY_VIDEO, "Could not restore CRTC");
|
||||
}
|
||||
|
||||
/***************************/
|
||||
|
||||
Reference in New Issue
Block a user