p2p/discv5: remove unnecessary use of fmt.Sprintf

This commit is contained in:
Felix Lange 2020-04-08 00:11:33 +02:00
parent 319327487a
commit 6254c4fb56

View file

@ -641,7 +641,7 @@ loop:
}
log.Trace("loop stopped")
log.Debug(fmt.Sprintf("shutting down"))
log.Debug("shutting down")
if net.conn != nil {
net.conn.Close()
}