From 2387555a069b64ddf53bc4bc399b9adba96b059b Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 5 Nov 2014 12:18:11 +0100 Subject: [PATCH] Change error log to info log --- Classes/PhoneMainView.m | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/PhoneMainView.m b/Classes/PhoneMainView.m index ac3a8415f..af0fbf3d5 100644 --- a/Classes/PhoneMainView.m +++ b/Classes/PhoneMainView.m @@ -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; diff --git a/submodules/linphone b/submodules/linphone index 179d834bb..f84a588c1 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 179d834bb6ff6ab5cacb858f79026385730f7ec4 +Subproject commit f84a588c11700913dbae7c324c3b0d9a87af3307