]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
Use static lib for xml2lpc and lpc2xml
[linphone] / coreapi / linphonecore.c
index 5f70f45e158e1a6fd08d64226aa2a0def26c21df..e1d88b292e04015c1c2b064336b1ffff5a7088c4 100644 (file)
@@ -418,11 +418,6 @@ void linphone_core_set_log_file(FILE *file) {
 
 void linphone_core_set_log_level(OrtpLogLevel loglevel) {
        ortp_set_log_level_mask(loglevel);
-       if (loglevel == 0) {
-               sal_disable_logs();
-       } else {
-               sal_enable_logs();
-       }
 }
 
 /**
@@ -2181,6 +2176,7 @@ void linphone_core_iterate(LinphoneCore *lc){
                if (lp_config_needs_commit(lc->config)) {
                        lp_config_sync(lc->config);
                }
+       }
 }
 
 /**