Explorar o código

tm: warn in case of transaction is not suspended by a continue is attempted

Daniel-Constantin Mierla %!s(int64=10) %!d(string=hai) anos
pai
achega
33c5449563
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/tm/t_suspend.c

+ 1 - 1
modules/tm/t_suspend.c

@@ -178,7 +178,7 @@ int t_continue(unsigned int hash_index, unsigned int label,
 	}
 
 	if (!(t->flags & T_ASYNC_SUSPENDED)) {
-		LM_ERR("transaction is not suspended [%u:%u]\n", hash_index, label);
+		LM_WARN("transaction is not suspended [%u:%u]\n", hash_index, label);
 		return -2;
 	}