diff --git a/Signal/src/call/PeerConnectionClient.swift b/Signal/src/call/PeerConnectionClient.swift index 02e7298f9..b2f5db84b 100644 --- a/Signal/src/call/PeerConnectionClient.swift +++ b/Signal/src/call/PeerConnectionClient.swift @@ -1163,7 +1163,7 @@ class HardenedRTCSessionDescription { options: .caseInsensitive) return regex.stringByReplacingMatches(in: sdp, options: [], range: NSRange(location: 0, length: sdp.count), withTemplate: "[ REDACTED_IPV6_ADDRESS ]") } catch { - owsFail("Could not redact IPv6 addresses.") + owsFailDebug("Could not redact IPv6 addresses.") return "[Could not redact IPv6 addresses.]" } #endif