mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-17 01:11:49 +00:00
Change file watcher log message to debug
This commit is contained in:
parent
4302821615
commit
678210d58a
@ -56,7 +56,7 @@ pub fn create_watcher(
|
||||
continue;
|
||||
};
|
||||
if patterns.is_match(path) && !ignore_patterns.is_match(path) {
|
||||
log::info!("File modified: {}", path.display());
|
||||
log::debug!("File modified: {}", path.display());
|
||||
any_match = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user