Reduce log message verbosity when shutting down KMSDRM

Fixes https://github.com/libsdl-org/SDL/issues/13569
This commit is contained in:
Sam Lantinga 2026-06-16 09:17:39 -07:00
parent e936ac8748
commit ca66808c80

View file

@ -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");
}
/***************************/