mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
log
This commit is contained in:
parent
5db0e5ea4d
commit
d2a1ce9e25
1 changed files with 2 additions and 2 deletions
|
@ -86,10 +86,10 @@ func initWireguard(node *models.Node, privkey string, peers []wgtypes.PeerConfig
|
|||
if node.Interface != "" {
|
||||
ifacename = node.Interface
|
||||
} else {
|
||||
Log("no interface to configure", 0)
|
||||
Log("no server interface provided to configure", 2)
|
||||
}
|
||||
if node.Address == "" {
|
||||
Log("no address to configure", 0)
|
||||
Log("no server address to provided configure", 2)
|
||||
}
|
||||
|
||||
if ncutils.IsKernel() {
|
||||
|
|
Loading…
Reference in a new issue