aboutsummaryrefslogtreecommitdiffstats
path: root/main_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_windows.go')
-rw-r--r--main_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_windows.go b/main_windows.go
index 39cdead..2bb4c0e 100644
--- a/main_windows.go
+++ b/main_windows.go
@@ -31,7 +31,7 @@ func main() {
device.LogLevelDebug,
fmt.Sprintf("(%s) ", interfaceName),
)
- logger.Info.Println("Starting wireguard-go version", WireGuardGoVersion)
+ logger.Info.Println("Starting wireguard-go version", device.WireGuardGoVersion)
logger.Debug.Println("Debug log enabled")
tun, err := tun.CreateTUN(interfaceName)