diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-06-10 17:59:24 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-06-10 17:59:34 -0700 |
| commit | 603ad1748baa9f5e723bd930888e2adf5a768a4c (patch) | |
| tree | edea4845449cc08331a6e0d0b4d4354274ef3404 /src/rt/rust_log.cpp | |
| parent | 10a4ecbd960b775bf428aa6a42f222c384ba84fe (diff) | |
| download | rust-603ad1748baa9f5e723bd930888e2adf5a768a4c.tar.gz rust-603ad1748baa9f5e723bd930888e2adf5a768a4c.zip | |
Fix printf flags.
Diffstat (limited to 'src/rt/rust_log.cpp')
| -rw-r--r-- | src/rt/rust_log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_log.cpp b/src/rt/rust_log.cpp index e2577b576bf..6fb1853e3bc 100644 --- a/src/rt/rust_log.cpp +++ b/src/rt/rust_log.cpp @@ -269,7 +269,7 @@ void update_log_settings(void* crate_map, char* settings) { n_dirs, &n_matches); if (n_matches < n_dirs) { - printf("warning: got %d RUST_LOG specs, enabled %d flags.", + printf("warning: got %u RUST_LOG specs, enabled %u flags.", n_dirs, n_matches); } |
