diff --git a/p2p/net/upgrader/listener.go b/p2p/net/upgrader/listener.go index 8af2791b36..b297e3411c 100644 --- a/p2p/net/upgrader/listener.go +++ b/p2p/net/upgrader/listener.go @@ -131,7 +131,10 @@ func (l *listener) handleIncoming() { return } - log.Debugf("listener %s accepted connection: %s", l, conn) + log.Debugf("listener %s accepted connection: %s <---> %s", + l, + conn.LocalMultiaddr(), + conn.RemoteMultiaddr()) // This records the fact that the connection has been // setup and is waiting to be accepted. This call