mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
p2p/discv5: remove unnecessary use of fmt.Sprintf
This commit is contained in:
parent
319327487a
commit
6254c4fb56
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue