Skip to content

Commit 603ad17

Browse files
committed
Fix printf flags.
1 parent 10a4ecb commit 603ad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ void update_log_settings(void* crate_map, char* settings) {
269269
n_dirs, &n_matches);
270270

271271
if (n_matches < n_dirs) {
272-
printf("warning: got %d RUST_LOG specs, enabled %d flags.",
272+
printf("warning: got %u RUST_LOG specs, enabled %u flags.",
273273
n_dirs, n_matches);
274274
}
275275

0 commit comments

Comments
 (0)