Skip to content

Commit

Permalink
debug port value
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Jun 25, 2021
1 parent cffb08a commit f4d7faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iface/iface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f4d7faa

Please sign in to comment.