From 393a70252c8c69602a7754037ac690428de080bd Mon Sep 17 00:00:00 2001
From: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@linphone.org>
Date: Fri, 22 Jul 2011 12:22:55 +0200
Subject: [PATCH] Removed debug trace

---
 coreapi/sal_eXosip2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/coreapi/sal_eXosip2.c b/coreapi/sal_eXosip2.c
index ff078ccf8f..389179008a 100644
--- a/coreapi/sal_eXosip2.c
+++ b/coreapi/sal_eXosip2.c
@@ -446,7 +446,6 @@ void sal_root_ca(Sal* ctx, const char* rootCa) {
 	if (ctx->rootCa)
 		ms_free(ctx->rootCa);
 	ctx->rootCa = ms_strdup(rootCa);
-	ms_error("YIPI : %s == %s\n", rootCa, ctx->rootCa);
 }
 
 static int extract_received_rport(osip_message_t *msg, const char **received, int *rportval,SalTransport* transport){
-- 
GitLab