Fix printf flags.
This commit is contained in:
parent
10a4ecbd96
commit
603ad1748b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue