소스 검색

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

Daniel-Constantin Mierla 10 년 전
부모
커밋
33c5449563
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
 	}