mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 03:58: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:
parent
e936ac8748
commit
ca66808c80
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
/***************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue