node, rpc: log cleanups in ipc listener function (#18124)

node,rpc: remove unused log in ipc listener function
This commit is contained in:
Péter Szilágyi
2018-12-10 13:15:03 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -322,7 +322,7 @@ func (n *Node) stopIPC() {
n.ipcListener.Close()
n.ipcListener = nil
n.log.Info("IPC endpoint closed", "endpoint", n.ipcEndpoint)
n.log.Info("IPC endpoint closed", "url", n.ipcEndpoint)
}
if n.ipcHandler != nil {
n.ipcHandler.Stop()