mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
kmsdrm: comment out atomic commit fast-debugging printf.
This commit is contained in:
parent
0d16761cbe
commit
3f38009b2f
@ -524,7 +524,7 @@ int drm_atomic_commit(_THIS, SDL_bool blocking)
|
|||||||
if (ret) {
|
if (ret) {
|
||||||
SDL_SetError("Atomic commit failed, returned %d.", ret);
|
SDL_SetError("Atomic commit failed, returned %d.", ret);
|
||||||
/* Uncomment this for fast-debugging */
|
/* Uncomment this for fast-debugging */
|
||||||
printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
// printf("ATOMIC COMMIT FAILED: %d.\n", ret);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user