From a15831215a8f8076a35fcb0781a1cb0289b216b7 Mon Sep 17 00:00:00 2001 From: Noah Birnel Date: Sun, 3 Aug 2014 10:34:37 -0700 Subject: make all opt.verbose messages print to stderr manually changed in collage, imlib, filelist, thumbnail, slideshow, index feh_display_status also changed --- src/index.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 5d4ed39..db2c9d2 100644 --- a/src/index.c +++ b/src/index.c @@ -303,7 +303,7 @@ void init_index_mode(void) } } if (opt.verbose) - putc('\n', stdout); + putc('\n', stderr); if (opt.title_font) { int fw, fh, fx, fy; @@ -336,8 +336,8 @@ void init_index_mode(void) tw = gib_imlib_image_get_width(im_main); th = gib_imlib_image_get_height(im_main); - fprintf(stdout, PACKAGE " - File saved as %s\n", output_buf); - fprintf(stdout, + fprintf(stderr, PACKAGE " - File saved as %s\n", output_buf); + fprintf(stderr, " - Image is %dx%d pixels and contains %d thumbnails\n", tw, th, thumbnailcount); } } -- cgit v1.2.3