Skip to content

Commit 0e41597

Browse files
author
Devdutt Shenoi
committed
style: messaging
1 parent d3df5b0 commit 0e41597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parseable/streams.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ impl Stream {
505505
Ok(meta) => meta.len(),
506506
Err(err) => {
507507
warn!(
508-
"Looks like the file ({}) was removed; Error = {err}",
508+
"File ({}) not found; Error = {err}",
509509
file.display()
510510
);
511511
continue;

0 commit comments

Comments
 (0)