We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd7af11 commit 87c275aCopy full SHA for 87c275a
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