We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0840303 commit 4964a35Copy full SHA for 4964a35
etcdService.go
@@ -224,7 +224,7 @@ func (self *etcdPlugin) DeregisterService(serviceInfo ServiceInfo) error {
224
// Find it in the database
225
srvState := self.serviceDb[keyName]
226
if srvState == nil {
227
- log.Errorf("Could not find the service in db %s", keyName)
+ log.Warnf("Could not find the service in db %s", keyName)
228
return errors.New("Service not found")
229
}
230
0 commit comments