Skip to content

Commit 71c266f

Browse files
committed
Fix logging bug.
1 parent 81e791d commit 71c266f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/me/semant.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ let should_log cx flag =
317317
if flag
318318
then
319319
match cx.ctxt_sess.Session.sess_log_path with
320-
None -> false
320+
None -> true
321321
| Some mask ->
322322
let curr = stk_elts_from_bot cx.ctxt_curr_path in
323323
let rec permitted ncs strs =

0 commit comments

Comments
 (0)