Commit c0122154 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh_file_info_load: do not display error when run with --quiet

parent ad1b17d8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -322,6 +322,7 @@ int feh_file_info_load(feh_file * file, Imlib_Image im)
	if (im)
		im1 = im;
	else if (!feh_load_image(&im1, file) || !im1) {
		if (!opt.quiet)
			weprintf("couldn't load %s", file->filename);
		return(1);
	}