Module: kamailio Branch: master Commit: fc1f177d183b7adb7e06b7d2d41185d2db9162ca URL: https://github.com/kamailio/kamailio/commit/fc1f177d183b7adb7e06b7d2d41185d2db9162ca
Author: frederic <[email protected]> Committer: Victor Seva <[email protected]> Date: 2026-06-11T10:36:52+02:00 siputils: date parsing generate an error log when parsing was OK --- Modified: src/modules/siputils/siputils.c --- Diff: https://github.com/kamailio/kamailio/commit/fc1f177d183b7adb7e06b7d2d41185d2db9162ca.diff Patch: https://github.com/kamailio/kamailio/commit/fc1f177d183b7adb7e06b7d2d41185d2db9162ca.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!
