mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
debug port value
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user