Module: kamailio
Branch: master
Commit: adc6c53411e572a8f77efffa06ce3e7b5ed02764
URL: 
https://github.com/kamailio/kamailio/commit/adc6c53411e572a8f77efffa06ce3e7b5ed02764

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2025-12-02T13:53:12+01:00

topoh: meaningful debug message

---

Modified: src/modules/topoh/th_msg.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/adc6c53411e572a8f77efffa06ce3e7b5ed02764.diff
Patch: 
https://github.com/kamailio/kamailio/commit/adc6c53411e572a8f77efffa06ce3e7b5ed02764.patch

---

diff --git a/src/modules/topoh/th_msg.c b/src/modules/topoh/th_msg.c
index 54d3caffe62..63a6eb72d74 100644
--- a/src/modules/topoh/th_msg.c
+++ b/src/modules/topoh/th_msg.c
@@ -828,7 +828,6 @@ int th_update_hdr_replaces(sip_msg_t *msg)
        struct lump *l;
        str out;
 
-       LM_DBG("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
        if(th_param_mask_callid == 0)
                return 0;
 
@@ -843,6 +842,7 @@ int th_update_hdr_replaces(sip_msg_t *msg)
        if(hf == NULL)
                return 0;
 
+       LM_DBG("preparing to update the Replaces header\n");
        replaces = hf->body;
        trim(&replaces);
        rcallid.s = replaces.s;

_______________________________________________
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!

Reply via email to