mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
swarm/network: Changed logging
This commit is contained in:
parent
d6a15df0a0
commit
1536e25df5
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ func (b *Bzz) RunProtocol(spec *protocols.Spec, run func(*BzzPeer) error) func(*
|
||||||
LightNode: handshake.LightNode,
|
LightNode: handshake.LightNode,
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("peer created: %s", handshake.peerAddr.String())
|
log.Debug("peer created", "addr", handshake.peerAddr.String())
|
||||||
|
|
||||||
return run(peer)
|
return run(peer)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue