Fix .Info() error message

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
pull/3427/head
JoeWrightss 2018-12-08 00:44:47 +08:00
parent dd2ef872bd
commit 1ddd835a6e
1 changed files with 1 additions and 1 deletions

View File

@ -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)