From 9ebbaab9da4986165c36d6b0e06818c0f397ed74 Mon Sep 17 00:00:00 2001 From: Ryan ZHAO Date: Wed, 19 Aug 2020 10:24:21 +1000 Subject: [PATCH] fix crash caused by assertion failure in PN registration --- Signal/src/environment/PushRegistrationManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/environment/PushRegistrationManager.swift b/Signal/src/environment/PushRegistrationManager.swift index c8b58045b..ad556d2ac 100644 --- a/Signal/src/environment/PushRegistrationManager.swift +++ b/Signal/src/environment/PushRegistrationManager.swift @@ -192,7 +192,7 @@ public enum PushRegistrationError: Error { }.map { (pushTokenData: Data) -> String in if self.isSusceptibleToFailedPushRegistration { // Sentinal in case this bug is fixed - owsFailDebug("Device was unexpectedly able to complete push registration even though it was susceptible to failure.") + OWSLogger.debug("Device was unexpectedly able to complete push registration even though it was susceptible to failure.") } return pushTokenData.hexEncodedString