Skip to content

Commit

Permalink
tm: more verbose debug message when local transaction is completed
Browse files Browse the repository at this point in the history
(cherry picked from commit 54fea03)
(cherry picked from commit aa91d8b)
(cherry picked from commit 22b2b07)
  • Loading branch information
miconda committed Dec 18, 2015
1 parent ece3006 commit 3e9a3b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/tm/t_reply.c
Expand Up @@ -2110,7 +2110,8 @@ enum rps local_reply( struct cell *t, struct sip_msg *p_msg, int branch,
}

if (local_winner>=0 && winning_code>=200 ) {
DBG("DEBUG: local transaction completed\n");
DBG("DEBUG: local transaction completed %d/%d (totag retr: %d/%d)\n",
winning_code, local_winner, totag_retr, t->tmcb_hl.reg_types);
if (!totag_retr) {
if (unlikely(has_tran_tmcbs(t,TMCB_LOCAL_COMPLETED) ))
run_trans_callbacks( TMCB_LOCAL_COMPLETED, t, 0,
Expand Down

0 comments on commit 3e9a3b6

Please sign in to comment.