liblinphone_tester.c: correctly set log level mask

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-20 14:17:32 +01:00
parent ba701257fe
commit 66fa2a03ac
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 5c66c136965433d1738906c8ff8ff170b4ffc183
Subproject commit 29402bc07879edf7895780fc85f72664e1b725c3

View file

@ -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){