Skip to content

Commit 33b158e

Browse files
ali92hmobscuren
authored andcommitted
discover: Changed Logging from Debug to Info (#14485)
1 parent 83721a9 commit 33b158e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/udp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface, nodeDBP
224224
if err != nil {
225225
return nil, err
226226
}
227-
log.Debug("UDP listener up", "self", tab.self)
227+
log.Info("UDP listener up", "self", tab.self)
228228
return tab, nil
229229
}
230230

0 commit comments

Comments
 (0)