Improved event message for ServiceController.

Improved event message for ServiceController. Follow up of #13992.
pull/6/head
Jerzy Szczepkowski 2015-09-30 13:20:41 +02:00
parent 7fa09abecb
commit 83ec04ef58
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ func (s *ServiceController) lockedUpdateLoadBalancerHosts(service *api.Service,
return nil
}
s.eventRecorder.Eventf(service, "LoadBalancerUpdateFailed", "Error updating load balancer with new hosts: %v", err)
s.eventRecorder.Eventf(service, "LoadBalancerUpdateFailed", "Error updating load balancer with new hosts %v: %v", hosts, err)
return err
}