Skip to content

Commit 285452f

Browse files
committed
Increased error level for logging watchers that lags
1 parent 2e9eb5f commit 285452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino/discovery/discoverymanager/discoverymanager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func (dm *DiscoveryManager) feedEvent(ev *discovery.Event) {
207207
case <-time.After(time.Millisecond * 500):
208208
// If the watcher is not able to process event fast enough
209209
// remove the watcher from the list of watchers
210-
logrus.Info("Watcher is not able to process events fast enough, removing it from the list of watchers")
210+
logrus.Error("Watcher is not able to process events fast enough, removing it from the list of watchers")
211211
delete(dm.watchers, watcher)
212212
}
213213
}

0 commit comments

Comments
 (0)