Skip to content

Commit b080ec1

Browse files
committed
Increased error level for logging watchers that lags
1 parent 1f426b7 commit b080ec1

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
@@ -209,7 +209,7 @@ func (dm *DiscoveryManager) feedEvent(ev *discovery.Event) {
209209
case <-time.After(time.Millisecond * 500):
210210
// If the watcher is not able to process event fast enough
211211
// remove the watcher from the list of watchers
212-
logrus.Info("Watcher is not able to process events fast enough, removing it from the list of watchers")
212+
logrus.Error("Watcher is not able to process events fast enough, removing it from the list of watchers")
213213
delete(dm.watchers, watcher)
214214
}
215215
}

0 commit comments

Comments
 (0)