Suppress overzealous assert.

pull/2/head
Matthew Chen 6 years ago committed by Michael Kirk
parent c59613557e
commit 79eb3fb3cb

@ -702,7 +702,7 @@ NSString *const kNSNotification_OWSWebSocketStateDidChange = @"kNSNotification_O
if (self.tsAccountManager.isRegisteredAndReady) {
[self.tsAccountManager setIsDeregistered:YES];
} else {
OWSFailDebug(@"Ignoring auth failure; not registered and ready.");
OWSLogWarn(@"Ignoring auth failure; not registered and ready.");
}
}
}

Loading…
Cancel
Save