From b642a5fabe55bf5212ea49ab38ccf7ee9007f309 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 7 Sep 2018 16:13:06 -0400 Subject: [PATCH] Update log. --- .../ViewControllers/Registration/RegistrationViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/Registration/RegistrationViewController.m b/Signal/src/ViewControllers/Registration/RegistrationViewController.m index ddadefecd..fcab414aa 100644 --- a/Signal/src/ViewControllers/Registration/RegistrationViewController.m +++ b/Signal/src/ViewControllers/Registration/RegistrationViewController.m @@ -569,7 +569,7 @@ NSString *const kKeychainKey_LastRegisteredPhoneNumber = @"kKeychainKey_LastRegi NSString *_Nullable value = [CurrentAppContext().keychainStorage stringForService:kKeychainService_LastRegistered key:key error:&error]; if (error || !value) { - DDLogWarn(@"Could not retrieve 'last registered' value from keychain: %@.", error); + OWSLogWarn(@"Could not retrieve 'last registered' value from keychain: %@.", error); return nil; } return value;