mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-25 04:01:29 +02:00
debug port value
This commit is contained in:
parent
cffb08ad23
commit
f4d7faaf4e
@ -113,7 +113,7 @@ func GetListenPort(iface string) (*int, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
log.Debugf("got Wireguard device listen port %s, %d", iface, &d.ListenPort)
|
log.Debugf("got Wireguard device listen port %s, %d", iface, d.ListenPort)
|
||||||
|
|
||||||
return &d.ListenPort, nil
|
return &d.ListenPort, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user