From 7f8a398dd18d240efd8eb4377251a8752b321a1e Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Mon, 22 Jan 2018 10:52:15 +0100 Subject: [PATCH] modules/sipcapture fixed LM_ERR to LM_DBG (cherry picked from commit c2949fe2dc4d1156657cd6bc1683da83eda2a809) --- src/modules/sipcapture/sipcapture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sipcapture/sipcapture.c b/src/modules/sipcapture/sipcapture.c index 171e1d035c1..6e6faa1ad43 100644 --- a/src/modules/sipcapture/sipcapture.c +++ b/src/modules/sipcapture/sipcapture.c @@ -3030,7 +3030,7 @@ static int pv_parse_hep_name(pv_spec_p sp, str *in) if(sp == NULL || in == NULL || in->len <= 0) return -1; - LM_ERR("REQUEST, PRE, %.*s\n", in->len, in->s); + LM_DBG("REQUEST, PRE, %.*s\n", in->len, in->s); switch(in->len) { case 5: {