Skip to content

Commit

Permalink
modules/ims_dialog: added extra info to log line - transaction ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybeepee committed Feb 12, 2016
1 parent 57e5a8e commit ff9dd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ims_dialog/dlg_req_within.c
Expand Up @@ -345,8 +345,8 @@ int dlg_terminate(struct dlg_cell *dlg, struct sip_msg *msg, str *reason, int si
return -1;
}
if (dlg->transaction) {
LM_DBG("terminating early dialog with %d outbound forks\n",
dlg->transaction->nr_of_outgoings);
LM_DBG("terminating early dialog with %d outbound forks on transaction %p\n",
dlg->transaction->nr_of_outgoings, dlg->transaction);

t = dlg->transaction;

Expand Down

0 comments on commit ff9dd83

Please sign in to comment.