Log verification failure in tunnel

This commit is contained in:
Davide 2024-11-19 22:46:18 +01:00
parent 74ed93a966
commit 2ccd3052ac
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ private extension PacketTunnelProvider {
} catch {
let error = PassepartoutError(.App.ineligibleProfile)
environment.setEnvironmentValue(error.code, forKey: TunnelEnvironmentKeys.lastErrorCode)
pp_log(.app, .fault, "Profile \(profile.id) requires a purchase to work, shutting down")
pp_log(.app, .fault, "Verification failed for profile \(profile.id), shutting down: \(error)")
throw error
}
}