Adjust log message
This commit is contained in:
2
main.py
2
main.py
@@ -60,7 +60,7 @@ def main():
|
|||||||
add_watch_recursive(inotify, path, watch_flags, wd_to_path)
|
add_watch_recursive(inotify, path, watch_flags, wd_to_path)
|
||||||
else:
|
else:
|
||||||
if path not in missing_paths:
|
if path not in missing_paths:
|
||||||
logging.warning(f"Watch path {path} does not exist. Will retry.")
|
logging.warning(f"Watch path {path} does not exist. Re-checking every second...")
|
||||||
missing_paths.add(path)
|
missing_paths.add(path)
|
||||||
|
|
||||||
events = inotify.read(timeout=1000)
|
events = inotify.read(timeout=1000)
|
||||||
|
|||||||
Reference in New Issue
Block a user