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