We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9eb5f commit 285452fCopy full SHA for 285452f
arduino/discovery/discoverymanager/discoverymanager.go
@@ -207,7 +207,7 @@ func (dm *DiscoveryManager) feedEvent(ev *discovery.Event) {
207
case <-time.After(time.Millisecond * 500):
208
// If the watcher is not able to process event fast enough
209
// 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")
+ logrus.Error("Watcher is not able to process events fast enough, removing it from the list of watchers")
211
delete(dm.watchers, watcher)
212
}
213
0 commit comments