Module: kamailio Branch: 6.1 Commit: 7c04ded9ec30861ae70f2f4bdc793fd200849fd4 URL: https://github.com/kamailio/kamailio/commit/7c04ded9ec30861ae70f2f4bdc793fd200849fd4
Author: frederic <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-06-11T10:38:42+02:00 siputils: date parsing generate an error log when parsing was OK (cherry picked from commit fc1f177d183b7adb7e06b7d2d41185d2db9162ca) --- Modified: src/modules/siputils/siputils.c --- Diff: https://github.com/kamailio/kamailio/commit/7c04ded9ec30861ae70f2f4bdc793fd200849fd4.diff Patch: https://github.com/kamailio/kamailio/commit/7c04ded9ec30861ae70f2f4bdc793fd200849fd4.patch --- diff --git a/src/modules/siputils/siputils.c b/src/modules/siputils/siputils.c index 05dd7974abd..54ef569054d 100644 --- a/src/modules/siputils/siputils.c +++ b/src/modules/siputils/siputils.c @@ -625,7 +625,7 @@ static int ki_hdr_date_check(sip_msg_t *msg, int tdiff) TIME_T_CAST(tnow - tmsg + tdiff)); return -4; } else { - LM_ERR("Date header value OK\n"); + LM_DBG("Date header value OK\n"); } return 1; _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
