Explorar o código

tmx: err to work if resuming suspended transaction fails

- it can be a non-suspended transaction id or after expiration
Daniel-Constantin Mierla %!s(int64=10) %!d(string=hai) anos
pai
achega
2682d85657
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}