mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 05:04:27 +08:00
change log msg
This commit is contained in:
parent
a2a6d75c25
commit
ffdc3daed4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ func iptablesPortForward(entry string, inport string, outport string, isIP bool)
|
|||
_, err = ncutils.RunCmd("iptables -t nat -A POSTROUTING -j MASQUERADE", false)
|
||||
return err
|
||||
} else {
|
||||
logger.Log(2, "mq forwarding could not be set reliably")
|
||||
logger.Log(3, "mq forwarding is already set... skipping")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue