mirror of
https://github.com/netbirdio/netbird.git
synced 2025-06-24 19:51:33 +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 {
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user