Browse Source

Reduced verbose level for fancy errors to 1

Taddeus Kroes 12 năm trước cách đây
mục cha
commit
5ef0f0dfa9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      util.ml

+ 1 - 1
util.ml

@@ -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
     );
     ()