[sr-dev] git:master:a62d4f45: tm: t_continue - do not print error and return error code

Henning Westerholt hw at skalatan.de
Tue Feb 4 15:49:43 CET 2020


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

Author: Emmanuel Schmidbauer <emmanuel.schmidbauer at textnow.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-02-04T15:49:35+01:00

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

---

Modified: src/modules/tm/t_suspend.c

---

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

---

diff --git a/src/modules/tm/t_suspend.c b/src/modules/tm/t_suspend.c
index d2275a6151..3ebef32e2a 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;
 	}
 




More information about the sr-dev mailing list