From 2682d85657d1caf96961a6153cd82c506fde7d0d Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 17 Sep 2015 12:48:36 +0200 Subject: [PATCH] tmx: err to work if resuming suspended transaction fails - it can be a non-suspended transaction id or after expiration --- modules/tmx/tmx_mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmx/tmx_mod.c b/modules/tmx/tmx_mod.c index 28dbcd7f870..d2d8e60cef9 100644 --- a/modules/tmx/tmx_mod.c +++ b/modules/tmx/tmx_mod.c @@ -638,7 +638,7 @@ static int w_t_continue(struct sip_msg* msg, char *idx, char *lbl, char *rtn) if(_tmx_tmb.t_continue(tindex, tlabel, act)<0) { - LM_ERR("resuming the processing of transaction [%u:%u] failed\n", + LM_WARN("resuming the processing of transaction [%u:%u] failed\n", tindex, tlabel); return -1; }