mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-21 06:36:19 +00:00
[p2p] refactor upnp to use new logger
This commit is contained in:
@@ -20,8 +20,7 @@ func init() {
|
||||
}
|
||||
|
||||
func probeUpnp(cmd *cobra.Command, args []string) error {
|
||||
|
||||
capabilities, err := upnp.Probe()
|
||||
capabilities, err := upnp.Probe(logger)
|
||||
if err != nil {
|
||||
fmt.Println("Probe failed: %v", err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user