mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
liblinphone_tester.c: correctly set log level mask
This commit is contained in:
parent
ba701257fe
commit
66fa2a03ac
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c66c136965433d1738906c8ff8ff170b4ffc183
|
||||
Subproject commit 29402bc07879edf7895780fc85f72664e1b725c3
|
||||
|
|
@ -186,7 +186,7 @@ int main (int argc, char *argv[])
|
|||
|
||||
for(i = 1; i < argc; ++i) {
|
||||
if (strcmp(argv[i], "--verbose") == 0) {
|
||||
linphone_core_set_log_level_mask(ORTP_MESSAGE);
|
||||
linphone_core_set_log_level_mask(ORTP_MESSAGE|ORTP_WARNING|ORTP_ERROR|ORTP_FATAL);
|
||||
} else if (strcmp(argv[i], "--silent") == 0) {
|
||||
linphone_core_set_log_level_mask(ORTP_FATAL);
|
||||
} else if (strcmp(argv[i],"--log-file")==0){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue