Skip to content

Commit e021409

Browse files
committed
chore: change stop msg to warn
1 parent 2669521 commit e021409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn handle_files(
125125
println!("{i}\t{weight}\t{path}");
126126
},
127127
None => {
128-
log::info!("No more paths could be constructed. Stopping at iteration {i}.");
128+
log::warn!("No more paths could be constructed. Stopping at iteration {i}.");
129129
break;
130130
}
131131
}

0 commit comments

Comments
 (0)