Explorar o código

http_client Move some logging to debug to avoid annoying messages

(cherry picked from commit 4680086105bb41f03a1180be03d7acce113d465a)
Olle E. Johansson %!s(int64=8) %!d(string=hai) anos
pai
achega
f05b6bca51
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/modules/http_client/curlcon.c

+ 1 - 2
src/modules/http_client/curlcon.c

@@ -228,7 +228,6 @@ int curl_parse_param(char *val)
 	param_t *conparams = NULL;
 	curl_con_t *cc = NULL;
 
-	LM_INFO("http_client modparam parsing starting\n");
 	LM_DBG("modparam httpcon: %s\n", val);
 	LM_DBG(" *** Default httproxy: %s\n", http_proxy.s);
 
@@ -770,6 +769,6 @@ curl_con_t *curl_init_con(str *name)
 	ccp->curl = NULL;
 	_curl_con_pkg_root = ccp;
 
-	LM_INFO("CURL: Added connection [%.*s]\n", name->len, name->s);
+	LM_DBG("CURL: Added connection [%.*s]\n", name->len, name->s);
 	return cc;
 }