mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-21 05:26:03 +00:00
kmsdrm: comment out atomic commit fast-debugging printf.
This commit is contained in:
parent
0d16761cbe
commit
3f38009b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ int drm_atomic_commit(_THIS, SDL_bool blocking)
|
|||
if (ret) {
|
||||
SDL_SetError("Atomic commit failed, returned %d.", ret);
|
||||
/* Uncomment this for fast-debugging */
|
||||
printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
||||
// printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue