mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 19:50:36 +00:00
discover: Changed Logging from Debug to Info (#14485)
This commit is contained in:
parent
83721a95ce
commit
33b158e0ed
@ -224,7 +224,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface, nodeDBP
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Debug("UDP listener up", "self", tab.self)
|
||||
log.Info("UDP listener up", "self", tab.self)
|
||||
return tab, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user