# HG changeset patch # User Michael Pavone # Date 1556087835 25200 # Node ID 419b458f93cd287b85f519e9aa4e010cae47c13d # Parent 30f2821ffd65ac0d084eb26ff2535f7047db8f07 Demote screenshot message to debug level so that a popup is not spawned when saving a screenshot diff -r 30f2821ffd65 -r 419b458f93cd render_sdl.c --- a/render_sdl.c Tue Apr 23 23:33:16 2019 -0700 +++ b/render_sdl.c Tue Apr 23 23:37:15 2019 -0700 @@ -1593,7 +1593,7 @@ #ifndef DISABLE_ZLIB ext = path_extension(screenshot_path); #endif - info_message("Saving screenshot to %s\n", screenshot_path); + debug_message("Saving screenshot to %s\n", screenshot_path); } else { warning("Failed to open screenshot file %s for writing\n", screenshot_path); }