diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 17:52:09 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 17:52:09 +0200 |
| commit | bde4fff11d042119a283f070258ea9e3f55ad2c3 (patch) | |
| tree | 9e02562328cd8eaf6fe280db2e6d667bea1efbfb | |
| parent | e6bb5aac880fa0e71c1d81d4860d456424f622bc (diff) | |
State: SetSecureLocation fix wrong error traceback
| -rw-r--r-- | state.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
