Rewording log message

This commit is contained in:
Adam Schmideg 2020-02-11 11:29:34 +01:00
parent e4dff757c4
commit 5cbfbfff2d

View file

@ -128,7 +128,7 @@ func (h *serverHandler) handle(p *peer) error {
}
// Reject light clients if server is not synced.
if !h.synced() {
p.Log().Debug("Not synced Light Ethereum rejecting", p)
p.Log().Debug("Light server not synced, so it's rejecting client", p)
return p2p.DiscRequested
}
defer p.fcClient.Disconnect()