Skip to content

Commit

Permalink
vm: mount: reduce noise for inotify events
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft committed Mar 26, 2023
1 parent d45c348 commit 9e533eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/process/inotify/watch.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (d *defaultWatcher) Watch(ctx context.Context, dirs []string, mod chan<- mo

stat, err := os.Stat(path)
if err != nil {
log.Error(fmt.Errorf("unable to stat inotify file '%s': %w", path, err))
log.Trace(fmt.Errorf("unable to stat inotify file '%s': %w", path, err))
continue
}

Expand Down

0 comments on commit 9e533eb

Please sign in to comment.