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.
1 parent ae6c713 commit 9ef4f95Copy full SHA for 9ef4f95
src/main.rs
@@ -101,7 +101,7 @@ fn main() {
101
102
// The 'normal run' mode will show the 'pretty' formatted progress. But if we turn off the log
103
// level, we should never show that.
104
- let show_progress = log_level_filter != LevelFilter::Off;
+ let show_progress = log_level_filter == LevelFilter::Info;
105
106
match lock::get(&folder) {
107
lock::Lock::Error(ref e) => {
0 commit comments