Module: kamailio
Branch: 4.3
Commit: b69ecda51c820fbf4a4bc4de352a7b2f5e2d8d91
URL: 
https://github.com/kamailio/kamailio/commit/b69ecda51c820fbf4a4bc4de352a7b2f5e2d8d91

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2015-11-16T11:53:29+01:00

tm: warn troubleshooting message for deleted transaction turned in dbg

(cherry picked from commit 92ff485409611ad345b14b784afb1be25fa188b9)

---

Modified: modules/tm/h_table.c

---

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

---

diff --git a/modules/tm/h_table.c b/modules/tm/h_table.c
index c38885a..b603e99 100644
--- a/modules/tm/h_table.c
+++ b/modules/tm/h_table.c
@@ -123,7 +123,7 @@ void free_cell_helper( struct cell* dead_cell, const char 
*fname, unsigned int f
        struct totag_elem *tt, *foo;
        struct tm_callback *cbs, *cbs_tmp;
 
-       LM_WARN("===== freeing transaction %p from %s:%u\n", dead_cell, fname, 
fline);
+       LM_DBG("freeing transaction %p from %s:%u\n", dead_cell, fname, fline);
 
        release_cell_lock( dead_cell );
        if (unlikely(has_tran_tmcbs(dead_cell, TMCB_DESTROY)))


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to