diff --git a/LiblinphoneTester/MasterViewController.m b/LiblinphoneTester/MasterViewController.m index ab5856a02..66ed6ad15 100644 --- a/LiblinphoneTester/MasterViewController.m +++ b/LiblinphoneTester/MasterViewController.m @@ -41,7 +41,7 @@ NSString *const kLogsUpdateNotification = @"kLogsUpdateNotification"; lastLogs = [[NSMutableArray alloc] initWithCapacity:kLastLogsCapacity]; logsBuffer = [NSMutableArray arrayWithCapacity:kLogsBufferCapacity]; - linphone_core_set_log_level(ORTP_WARNING); + linphone_core_set_log_level(ORTP_MESSAGE); linphone_core_set_log_handler((OrtpLogFunc)linphone_iphone_log_handler); } diff --git a/TestsUI/LinphoneTestCase.m b/TestsUI/LinphoneTestCase.m index 647e35024..aa3f2b2a1 100644 --- a/TestsUI/LinphoneTestCase.m +++ b/TestsUI/LinphoneTestCase.m @@ -23,11 +23,7 @@ if (!([language isEqualToString:@"en"] || [language containsString:@"en-"])) { LOGF(@"Language must be 'en' (English) instead of %@", language); } -#if DEBUG linphone_core_set_log_level(ORTP_MESSAGE); -#else - linphone_core_set_log_level(ORTP_WARNING); -#endif } - (void)beforeAll { diff --git a/submodules/cmake-builder b/submodules/cmake-builder index 955f87493..51339c08f 160000 --- a/submodules/cmake-builder +++ b/submodules/cmake-builder @@ -1 +1 @@ -Subproject commit 955f8749357d7caa195699f12efe2a04823f0e2d +Subproject commit 51339c08f32b09fd4d04a7a56c16ad68ad6be01b