mirror of
https://github.com/encounter/objdiff.git
synced 2025-08-18 09:51:35 +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;
|
continue;
|
||||||
};
|
};
|
||||||
if patterns.is_match(path) && !ignore_patterns.is_match(path) {
|
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;
|
any_match = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user