Module: kamailio Branch: 5.3 Commit: 79c52900996bc4a8b6ed86560a74f4b38db0fa8f URL: https://github.com/kamailio/kamailio/commit/79c52900996bc4a8b6ed86560a74f4b3...
Author: Emmanuel Schmidbauer emmanuel.schmidbauer@textnow.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-02-09T17:18:05+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/79c52900996bc4a8b6ed86560a74f4b3... Patch: https://github.com/kamailio/kamailio/commit/79c52900996bc4a8b6ed86560a74f4b3...
---
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; }