diff --git a/Signal/src/call/CallService.swift b/Signal/src/call/CallService.swift index 5ac608eb2..9cb75a79c 100644 --- a/Signal/src/call/CallService.swift +++ b/Signal/src/call/CallService.swift @@ -477,6 +477,7 @@ protocol CallServiceObserver: class { switch(untrustedIdentity!.verificationState) { case .verified: + Logger.error("\(TAG) shouldn't have missed a call due to untrusted identity if the identity is verified") assertionFailure("shouldn't have missed a call due to untrusted identity if the identity is verified") self.notificationsAdapter.presentMissedCall(newCall, callerName: callerName) case .default: