We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b435ea + 1ddf7ee commit 2c937eeCopy full SHA for 2c937ee
src/diskio/threaded.rs
@@ -269,7 +269,7 @@ impl<'a> Executor for Threaded<'a> {
269
));
270
}
271
if prev_files > 50 {
272
- println!("{} deferred IO operations", prev_files);
+ eprintln!("{} deferred IO operations", prev_files);
273
274
let buf: Vec<u8> = vec![0; prev_files];
275
// Cheap wrap-around correctness check - we have 20k files, more than
0 commit comments