瀏覽代碼

tmx: err to work if resuming suspended transaction fails

- it can be a non-suspended transaction id or after expiration
Daniel-Constantin Mierla 10 年之前
父節點
當前提交
2682d85657
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/tmx/tmx_mod.c

+ 1 - 1
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;
 	}