fix logging calls
This commit is contained in:
parent
023261142c
commit
2850fb538a
2 changed files with 4 additions and 4 deletions
|
|
@ -136,7 +136,7 @@ func (s statusSync) Run() {
|
|||
}, stopCh)
|
||||
},
|
||||
OnStoppedLeading: func() {
|
||||
glog.V(2).Infof("I am not status update leader anymore")
|
||||
glog.V(2).Info("I am not status update leader anymore")
|
||||
close(stopCh)
|
||||
|
||||
// cancel the context
|
||||
|
|
@ -197,7 +197,7 @@ func (s statusSync) Shutdown() {
|
|||
return
|
||||
}
|
||||
|
||||
glog.Infof("updating status of Ingress rules (remove)")
|
||||
glog.Info("updating status of Ingress rules (remove)")
|
||||
|
||||
addrs, err := s.runningAddresses()
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue