Module: kamailio
Branch: master
Commit: c67bbca95b861f735889f14467c0192896298e84
URL:
https://github.com/kamailio/kamailio/commit/c67bbca95b861f735889f14467c0192…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-07-06T09:37:34+02:00
tm: enable debug message to log putting transaction on wait
---
Modified: src/modules/tm/t_funcs.c
---
Diff:
https://github.com/kamailio/kamailio/commit/c67bbca95b861f735889f14467c0192…
Patch:
https://github.com/kamailio/kamailio/commit/c67bbca95b861f735889f14467c0192…
---
diff --git a/src/modules/tm/t_funcs.c b/src/modules/tm/t_funcs.c
index 2862937627..e8b84a5ac9 100644
--- a/src/modules/tm/t_funcs.c
+++ b/src/modules/tm/t_funcs.c
@@ -128,10 +128,7 @@ int t_release_transaction( struct cell *trans )
void put_on_wait( struct cell *Trans )
{
-#ifdef EXTRA_DEBUG
- LM_DBG("put on WAIT \n");
-#endif
-
+ LM_DBG("put T [%p] on wait\n", Trans);
/* we put the transaction on wait timer; we do it only once
in transaction's timelife because putting it multiple-times