Skip to content

Commit

Permalink
GH #755 - Working on file observers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 28, 2024
1 parent 29c0e24 commit d4e8876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def observe_with_snapshots(
sleep(timeout) # type: ignore

except Exception:
logger.warning('Exception in %s file observer `%s` e:`%s (%s t:%s)',
logger.warning('Exception 2 in %s file observer `%s` e:`%s (%s t:%s)',
self.observer_type_name, path, format_exc(), self.name, self.observer_type_impl)

if log_stop_event:
Expand Down

0 comments on commit d4e8876

Please sign in to comment.