diff render_sdl.c @ 1851:419b458f93cd

Demote screenshot message to debug level so that a popup is not spawned when saving a screenshot
author Michael Pavone <pavone@retrodev.com>
date Tue, 23 Apr 2019 23:37:15 -0700
parents 78abbabfd58d
children bdca98187c9f
line wrap: on
line diff
--- 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);
 		}