Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleman committed Feb 6, 2016
1 parent 0840303 commit 4964a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etcdService.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (self *etcdPlugin) DeregisterService(serviceInfo ServiceInfo) error {
// Find it in the database
srvState := self.serviceDb[keyName]
if srvState == nil {
log.Errorf("Could not find the service in db %s", keyName)
log.Warnf("Could not find the service in db %s", keyName)
return errors.New("Service not found")
}

Expand Down

0 comments on commit 4964a35

Please sign in to comment.