mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
Change error log to info log
This commit is contained in:
parent
cd4561d884
commit
2387555a06
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ static RootViewManager* rootViewManagerInstance = nil;
|
|||
UIInterfaceOrientation nextViewOrientation = newMainView.interfaceOrientation;
|
||||
UIInterfaceOrientation previousOrientation = currentViewController.interfaceOrientation;
|
||||
|
||||
Linphone_err(@"Changing rootViewController: %@ -> %@", currentViewController.name, newMainView.name);
|
||||
Linphone_log(@"Changing rootViewController: %@ -> %@", currentViewController.name, newMainView.name);
|
||||
currentViewController = newMainView;
|
||||
LinphoneAppDelegate* delegate = (LinphoneAppDelegate*)[UIApplication sharedApplication].delegate;
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 179d834bb6ff6ab5cacb858f79026385730f7ec4
|
||||
Subproject commit f84a588c11700913dbae7c324c3b0d9a87af3307
|
||||
Loading…
Add table
Reference in a new issue