Module: kamailio
Branch: 5.2
Commit: 90e09c250858bb58ca49a0b858b6959acf3e6471
URL: 
https://github.com/kamailio/kamailio/commit/90e09c250858bb58ca49a0b858b6959acf3e6471

Author: Emmanuel Schmidbauer <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2020-02-09T17:18:00+01:00

tm: t_continue - do not print error and return error code

(cherry picked from commit a62d4f45282b4d216def7de908548ade40a6369e)

---

Modified: src/modules/tm/t_suspend.c

---

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

---

diff --git a/src/modules/tm/t_suspend.c b/src/modules/tm/t_suspend.c
index 9c022544df..8c28a6fad7 100644
--- a/src/modules/tm/t_suspend.c
+++ b/src/modules/tm/t_suspend.c
@@ -189,7 +189,7 @@ int t_continue_helper(unsigned int hash_index, unsigned int 
label,
 
        if (t_lookup_ident_filter(&t, hash_index, label, 1) < 0) {
                set_t(backup_T, backup_T_branch);
-               LM_ERR("active transaction not found\n");
+               LM_WARN("active transaction not found\n");
                return -1;
        }
 


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to