Module: kamailio Branch: master Commit: a62d4f45282b4d216def7de908548ade40a6369e URL: https://github.com/kamailio/kamailio/commit/a62d4f45282b4d216def7de908548ade40a6369e
Author: Emmanuel Schmidbauer <[email protected]> Committer: Henning Westerholt <[email protected]> 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; } _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
