Module: kamailio Branch: master Commit: 436b6a3de1797f90ae50fa4730567c3b31d6f660 URL: https://github.com/kamailio/kamailio/commit/436b6a3de1797f90ae50fa4730567c3b31d6f660
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-13T15:01:18+01:00 tm: remove module prefix from log message --- Modified: src/modules/tm/t_reply.c --- Diff: https://github.com/kamailio/kamailio/commit/436b6a3de1797f90ae50fa4730567c3b31d6f660.diff Patch: https://github.com/kamailio/kamailio/commit/436b6a3de1797f90ae50fa4730567c3b31d6f660.patch --- diff --git a/src/modules/tm/t_reply.c b/src/modules/tm/t_reply.c index bc0e1867384..9ee24f21f49 100644 --- a/src/modules/tm/t_reply.c +++ b/src/modules/tm/t_reply.c @@ -2560,7 +2560,7 @@ int reply_received(struct sip_msg *p_msg) membar_read(); /* make sure we get the current value of * local_cancel */ /* re-transmit if cancel already built */ - DBG("tm: reply_received: branch CANCEL retransmit\n"); + DBG("branch CANCEL retransmit\n"); if(SEND_BUFFER(&uac->local_cancel) >= 0) { if(unlikely(has_tran_tmcbs(t, TMCB_REQUEST_SENT))) run_trans_callbacks_with_buf(TMCB_REQUEST_SENT, _______________________________________________ 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!
