|
@@ -338,7 +338,7 @@ static int prepare_new_uac( struct cell *t, struct sip_msg *i_req,
|
|
if (run_top_route(branch_rt.rlist[branch_route], i_req, &ctx)
|
|
if (run_top_route(branch_rt.rlist[branch_route], i_req, &ctx)
|
|
< 0)
|
|
< 0)
|
|
{
|
|
{
|
|
- LOG(L_ERR, "Error in run_top_route\n");
|
|
|
|
|
|
+ LOG(L_DBG, "negative return code in run_top_route\n");
|
|
}
|
|
}
|
|
/* update dst send_flags and send socket*/
|
|
/* update dst send_flags and send socket*/
|
|
snd_flags=i_req->fwd_send_flags;
|
|
snd_flags=i_req->fwd_send_flags;
|