diff options
Diffstat (limited to 'les/handler.go')
-rw-r--r-- | les/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/les/handler.go b/les/handler.go index 0d85d4839..1fdb7c43f 100644 --- a/les/handler.go +++ b/les/handler.go @@ -441,7 +441,7 @@ func (pm *ProtocolManager) handleMsg(p *peer) error { // Block header query, collect the requested headers and reply case AnnounceMsg: - log.Debug(fmt.Sprint("<=== AnnounceMsg from peer %v:", p.id)) + log.Debug(fmt.Sprintf("<=== AnnounceMsg from peer %v:", p.id)) var req announceData if err := msg.Decode(&req); err != nil { |