2
0
Эх сурвалжийг харах

tm: downgraded err to warn when sending out for a branch fails

- can happen if tcp connection is not active and no connect is set, FS#68
Daniel-Constantin Mierla 10 жил өмнө
parent
commit
c10c13b258
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      modules/tm/t_fwd.c

+ 1 - 1
modules/tm/t_fwd.c

@@ -1604,7 +1604,7 @@ int t_send_branch( struct cell *t, int branch, struct sip_msg* p_msg ,
 		}
 #endif
 		uac->icode = 908; /* internal code set to delivery failure */
-		LOG(L_ERR, "ERROR: t_send_branch: sending request on branch %d "
+		LOG(L_WARN, "ERROR: t_send_branch: sending request on branch %d "
 				"failed\n", branch);
 		if (proxy) { proxy->errors++; proxy->ok=0; }
 		if(tm_failure_exec_mode==1) {