Skip to content

Commit

Permalink
dialog: fix warning without proper variables provided
Browse files Browse the repository at this point in the history
(cherry picked from commit 11f6136)
  • Loading branch information
razvancrainea committed Aug 5, 2023
1 parent bc0ce3a commit 08ba0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static void tmcb_remove_cseq_map(struct cell* t, int type,
dlg->legs[map->leg].cseq_maps = map->next;
shm_free(map);
} else {
LM_WARN("mapping [%u]->[%u] for leg [%d] not found!\n");
LM_WARN("mapping [%u]->[%u] for leg [%d] not found!\n", map->msg, map->gen, map->leg);
}
dlg_unlock_dlg(dlg);
unref_dlg(dlg, 1);
Expand Down

0 comments on commit 08ba0cf

Please sign in to comment.