diff --git a/iface/iface_darwin.go b/iface/iface_darwin.go index 9e566844d..aa963e25e 100644 --- a/iface/iface_darwin.go +++ b/iface/iface_darwin.go @@ -18,7 +18,7 @@ func assignAddr(address string, tunDevice tun.Device) error { ip := strings.Split(address, "/") cmd := exec.Command("ifconfig", ifaceName, "inet", address, ip[0]) if out, err := cmd.CombinedOutput(); err != nil { - log.Infoln("Command: %v failed with output %s and error: ", cmd.String(), out) + log.Infof("Command: %v failed with output %s and error: ", cmd.String(), out) return err } _, resolvedNet, err := net.ParseCIDR(address) diff --git a/resources_amd64.syso b/resources_windows_amd64.syso similarity index 100% rename from resources_amd64.syso rename to resources_windows_amd64.syso