Skip to content

Commit 56655c1

Browse files
committed
fix error message
1 parent 674eb9f commit 56655c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/maingoblint.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ let do_gobview cilfile =
623623
Serialize.marshal (Timing.Default.root, Gc.quick_stat ()) stats;
624624
)
625625
else
626-
Logs.error "Warning: Cannot locate GobView."
626+
Logs.error "Cannot locate GobView."
627627

628628
let handle_extraspecials () =
629629
let funs = get_string_list "exp.extraspecials" in

0 commit comments

Comments
 (0)