summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrender_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_sdl.c b/render_sdl.c
index 3268e45..b53dd65 100755
--- a/render_sdl.c
+++ b/render_sdl.c
@@ -1593,7 +1593,7 @@ void render_framebuffer_updated(uint8_t which, int width)
#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);
}