diff options
Diffstat (limited to 'src/run.rs')
| -rw-r--r-- | src/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ pub fn run<R: Read, W: Write>( let normalized_path = normalizer.normalize(path)?; if !seen_paths.insert(normalized_path.relative.clone()) { logger.warn(format!( - "Warning: skipping duplicate file: {}", + "skipping duplicate file: {}", display_path(&normalized_path.relative) )); continue; |
