summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 2ec884d..6510b48 100644
--- a/state.go
+++ b/state.go
@@ -310,7 +310,7 @@ func (state *VPNState) SetSecureLocation(countryCode string) error {
state.Logger.Error(
fmt.Sprintf(
"Failed setting secure internet server with error: %s",
- GetErrorTraceback(serverErr),
+ GetErrorTraceback(setLocationErr),
),
)
state.goBackInternal()