Module: kamailio Branch: master Commit: 2af2c80fde4e82614846af9d817ab2bffa2d954d URL: https://github.com/kamailio/kamailio/commit/2af2c80fde4e82614846af9d817ab2bffa2d954d
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-06-13T09:51:13+02:00 core: tcp - log message on message processing timeout made debug --- Modified: src/core/tcp_main.c --- Diff: https://github.com/kamailio/kamailio/commit/2af2c80fde4e82614846af9d817ab2bffa2d954d.diff Patch: https://github.com/kamailio/kamailio/commit/2af2c80fde4e82614846af9d817ab2bffa2d954d.patch --- diff --git a/src/core/tcp_main.c b/src/core/tcp_main.c index 369bfb1f159..277ae960091 100644 --- a/src/core/tcp_main.c +++ b/src/core/tcp_main.c @@ -5589,9 +5589,9 @@ void tcp_timer_check_connections(unsigned int ticks, void *param) if(n > 0) { for(i = 0; i < n; i++) { if((con = tcpconn_get(tcpidlist[i], 0, 0, 0, 0))) { - LM_CRIT("message processing timeout on connection id: %d " - "(state: %d) - " - "closing\n", + LM_DBG("message processing timeout on connection id: %d " + "(state: %d) - " + "closing\n", tcpidlist[i], con->state); mcmd[0] = (long)con; mcmd[1] = CONN_EOF; _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!