@@ -353,7 +353,7 @@ let prerr_loc_msg loc msg =
);
eprintf "%s\n" msg;
- if args.verbose >= 2 && loc != noloc then prerr_loc loc
+ if args.verbose >= 1 && loc != noloc then prerr_loc loc
()