mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
No NSLog
This commit is contained in:
parent
e106d1fa92
commit
4c716afc3e
1 changed files with 2 additions and 2 deletions
|
|
@ -602,7 +602,7 @@ static void linphone_iphone_registration_state(LinphoneCore *lc, LinphoneProxyCo
|
|||
|
||||
// we were woken up by a silent push. Call the completion handler with NEWDATA
|
||||
// so that the push is notified to the user
|
||||
NSLog(@"onMessageReceived - handler %p", silentPushCompletion);
|
||||
[LinphoneLogger log:LinphoneLoggerLog format:@"onMessageReceived - handler %p", silentPushCompletion];
|
||||
silentPushCompletion(UIBackgroundFetchResultNewData);
|
||||
silentPushCompletion = nil;
|
||||
}
|
||||
|
|
@ -1558,7 +1558,7 @@ static void audioRouteChangeListenerCallback (
|
|||
}
|
||||
- (void)silentPushFailed:(NSTimer*)timer
|
||||
{
|
||||
NSLog(@"silentPush failed, silentPushCompletion block: %p", silentPushCompletion);
|
||||
[LinphoneLogger log:LinphoneLoggerLog format:@"silentPush failed, silentPushCompletion block: %p", silentPushCompletion ];
|
||||
if( silentPushCompletion ){
|
||||
silentPushCompletion(UIBackgroundFetchResultNoData);
|
||||
silentPushCompletion = nil;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue