Skip to content

Commit ce223b8

Browse files
committed
---
yaml --- r: 756 b: refs/heads/master c: 71c266f h: refs/heads/master v: v3
1 parent 190e2c0 commit ce223b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 81e791d7b981bfb815d99832d657d48850e8e0aa
2+
refs/heads/master: 71c266f9377c4aa29bd7b69e6ed221ce407bc030

trunk/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)