Skip to content

Commit

Permalink
Fixed compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jul 2, 2024
1 parent f42d1d5 commit 0f76f81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public class WPNNetworkingService {
resp = envelope
case .encrypted(let envelope, let decryptedData):
if D.logHttpTraffic {
D.debug("Decrypted response from \(url.absoluteString):\n\(String(data: decrypted, encoding: .utf8) ?? "empty")")
D.debug("Decrypted response from \(request.url.absoluteString):\n\(String(data: decryptedData, encoding: .utf8) ?? "empty")")
}
self.responseDelegate?.encryptedResponseReceived(from: request.url, statusCode: urlResponse?.statusCode, body: receivedData, decrypted: decryptedData)
resp = envelope
Expand Down

0 comments on commit 0f76f81

Please sign in to comment.