Skip to content

Commit

Permalink
tm: downgraded err to warn when sending out for a branch fails
Browse files Browse the repository at this point in the history
- can happen if tcp connection is not active and no connect is set, FS#68
  • Loading branch information
miconda committed Dec 23, 2014
1 parent 88173da commit c10c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/t_fwd.c
Expand Up @@ -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) {
Expand Down

0 comments on commit c10c13b

Please sign in to comment.