Adjust log message

This commit is contained in:
2026-04-24 10:28:36 -06:00
parent 2eb104f4c3
commit 79bf32b35c

View File

@@ -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)