Fix .Info() error message
Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>pull/3427/head
parent
dd2ef872bd
commit
1ddd835a6e
|
@ -94,7 +94,7 @@ func (mgr *Manager) run(ctx context.Context, t controller, ready, check, done ch
|
||||||
mgr.cleanup(t)
|
mgr.cleanup(t)
|
||||||
return
|
return
|
||||||
case <-check:
|
case <-check:
|
||||||
glog.V(4).Info("check receieved")
|
glog.V(4).Info("check received")
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
mgr.cleanup(t)
|
mgr.cleanup(t)
|
||||||
|
|
Loading…
Reference in New Issue