diff options
author | Franklin <mr_franklin@126.com> | 2018-11-20 22:16:40 +0800 |
---|---|---|
committer | Franklin <mr_franklin@126.com> | 2018-11-20 22:16:40 +0800 |
commit | 21dd59bd047d1f291c1a773b690825a3654ea969 (patch) | |
tree | 39ac1431427c6cfa0fd5d111462f237066413ba4 /node/node.go | |
parent | 3d997b6decfaa42e37521ae20bf58886c8b2de8f (diff) | |
download | dexon-21dd59bd047d1f291c1a773b690825a3654ea969.tar.gz dexon-21dd59bd047d1f291c1a773b690825a3654ea969.tar.zst dexon-21dd59bd047d1f291c1a773b690825a3654ea969.zip |
.
Diffstat (limited to 'node/node.go')
-rw-r--r-- | node/node.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/node.go b/node/node.go index 85299dba7..0a931a9dd 100644 --- a/node/node.go +++ b/node/node.go @@ -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() |