diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/filelist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c index 23239f9..91b6b89 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -322,7 +322,8 @@ int feh_file_info_load(feh_file * file, Imlib_Image im) if (im) im1 = im; else if (!feh_load_image(&im1, file) || !im1) { - weprintf("couldn't load %s", file->filename); + if (!opt.quiet) + weprintf("couldn't load %s", file->filename); return(1); } |