Skip to content

Commit

Permalink
kmsdrm: comment out atomic commit fast-debugging printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Aug 25, 2020
1 parent 0d16761 commit 3f38009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/kmsdrm/SDL_kmsdrmvideo.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3f38009

Please sign in to comment.