changeset 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 30f2821ffd65
children a4cae960fd08
files render_sdl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 		}