Skip to content

Commit

Permalink
siptrace: log correct dialog event
Browse files Browse the repository at this point in the history
(cherry picked from commit 6138877)
  • Loading branch information
btriller authored and henningw committed Mar 12, 2020
1 parent 7b90c4e commit 8b3d3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/siptrace/siptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ static void trace_dialog(struct dlg_cell* dlg, int type, struct dlg_cb_params *p

if(dlgb.register_dlgcb(dlg, DLGCB_REQ_WITHIN,
trace_dialog_transaction, xavp->val.v.vptr, 0) != 0) {
LM_ERR("Failed to register DLGCB_TERMINATED callback!\n");
LM_ERR("Failed to register DLGCB_REQ_WITHIN callback!\n");
return;
}

Expand Down

0 comments on commit 8b3d3ee

Please sign in to comment.