Module: kamailio
Branch: master
Commit: a62d4f45282b4d216def7de908548ade40a6369e
URL:
https://github.com/kamailio/kamailio/commit/a62d4f45282b4d216def7de908548ad…
Author: Emmanuel Schmidbauer <emmanuel.schmidbauer(a)textnow.com>
Committer: Henning Westerholt <hw(a)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/a62d4f45282b4d216def7de908548ad…
Patch:
https://github.com/kamailio/kamailio/commit/a62d4f45282b4d216def7de908548ad…
---
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;
}