Skip to content

Commit ff106b2

Browse files
committed
---
yaml --- r: 3040 b: refs/heads/master c: 603ad17 h: refs/heads/master v: v3
1 parent f534350 commit ff106b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 10a4ecbd960b775bf428aa6a42f222c384ba84fe
2+
refs/heads/master: 603ad1748baa9f5e723bd930888e2adf5a768a4c

trunk/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)