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

(cherry picked from commit c10c13b)
(cherry picked from commit 8dfcf31)
  • Loading branch information
miconda committed Jan 15, 2015
1 parent 969d3f1 commit 390a7af
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 390a7af

Please sign in to comment.