diff options
| author | Graydon Hoare <[email protected]> | 2010-10-08 23:17:29 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-10-08 23:17:29 -0700 |
| commit | 71c266f9377c4aa29bd7b69e6ed221ce407bc030 (patch) | |
| tree | 4f0e1f56ea4be8c2ec7093dbd6541c406a0f9f50 /src/boot | |
| parent | Add a tag cache for the cases we can't avoid hitting fold; cut rustc compile ... (diff) | |
| download | rust-71c266f9377c4aa29bd7b69e6ed221ce407bc030.tar.xz rust-71c266f9377c4aa29bd7b69e6ed221ce407bc030.zip | |
Fix logging bug.
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/me/semant.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/semant.ml b/src/boot/me/semant.ml index 1e2d11a4..9eb9339b 100644 --- a/src/boot/me/semant.ml +++ b/src/boot/me/semant.ml @@ -317,7 +317,7 @@ let should_log cx flag = if flag then match cx.ctxt_sess.Session.sess_log_path with - None -> false + None -> true | Some mask -> let curr = stk_elts_from_bot cx.ctxt_curr_path in let rec permitted ncs strs = |