diff options
| author | Graydon Hoare <[email protected]> | 2010-07-14 17:05:17 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-14 17:05:17 -0700 |
| commit | b0ee41064ce76126775077dc34c6b97122d98d50 (patch) | |
| tree | 86891bd2aa746a10416278872542c9492e41ee8b /src/boot/me/loop.ml | |
| parent | Fix support for profiling the compiler. (diff) | |
| download | rust-b0ee41064ce76126775077dc34c6b97122d98d50.tar.xz rust-b0ee41064ce76126775077dc34c6b97122d98d50.zip | |
Minimize pointless logging during walk.
Diffstat (limited to 'src/boot/me/loop.ml')
| -rw-r--r-- | src/boot/me/loop.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/me/loop.ml b/src/boot/me/loop.ml index c23c4afd..1fbb8223 100644 --- a/src/boot/me/loop.ml +++ b/src/boot/me/loop.ml @@ -148,8 +148,8 @@ let process_crate |] in - run_passes cx "loop" path passes (log cx "%s") crate; - () + run_passes cx "loop" path passes + cx.ctxt_sess.Session.sess_log_loop log crate ;; |