Skip to content

Commit 678210d

Browse files
committed
Change file watcher log message to debug
1 parent 4302821 commit 678210d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/build/watcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn create_watcher(
5656
continue;
5757
};
5858
if patterns.is_match(path) && !ignore_patterns.is_match(path) {
59-
log::info!("File modified: {}", path.display());
59+
log::debug!("File modified: {}", path.display());
6060
any_match = true;
6161
}
6262
}

0 commit comments

Comments
 (0)