style: dont send default error string
This commit is contained in:
parent
2cb378bc9b
commit
9944c0513b
@ -469,9 +469,7 @@ func (ctl *Control) manager() {
|
||||
}
|
||||
ctl.lastPing = time.Now()
|
||||
xl.Debug("receive heartbeat")
|
||||
ctl.sendCh <- &msg.Pong{
|
||||
Error: "",
|
||||
}
|
||||
ctl.sendCh <- &msg.Pong{}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user