mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Adds verbosity cli flag
This commit is contained in:
@@ -137,7 +137,8 @@ impl<TSubstream: AsyncRead + AsyncWrite> NetworkBehaviourEventProcess<KademliaOu
|
||||
{
|
||||
fn inject_event(&mut self, out: KademliaOut) {
|
||||
match out {
|
||||
KademliaOut::Discovered { .. } => {
|
||||
KademliaOut::Discovered { peer_id, .. } => {
|
||||
debug!(self.log, "Kademlia peer discovered: {:?}", peer_id);
|
||||
// send this to our topology behaviour
|
||||
}
|
||||
KademliaOut::KBucketAdded { .. } => {
|
||||
|
||||
Reference in New Issue
Block a user