mirror of
https://github.com/wiretrustee/wiretrustee.git
synced 2021-06-30 00:55:41 +03:00
debug port value
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user