eth, les, swarm: fix go vet issues sufraced by log15

This commit is contained in:
Péter Szilágyi
2017-02-22 14:56:09 +02:00
parent d4fd06c3dc
commit 61e6bb1247
8 changed files with 10 additions and 10 deletions

View File

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