1
Fork 0

Fix printf flags.

This commit is contained in:
Graydon Hoare 2011-06-10 17:59:24 -07:00
parent 10a4ecbd96
commit 603ad1748b

View file

@ -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);
}