Improved event message for ServiceController.

Improved event message for ServiceController. Follow up of #13992.
This commit is contained in:
Jerzy Szczepkowski 2015-09-30 13:20:41 +02:00
parent 7fa09abecb
commit 83ec04ef58

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
}