diff options
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r-- | drivers/isimodem/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c index 17efae95..5ae9ac19 100644 --- a/drivers/isimodem/debug.c +++ b/drivers/isimodem/debug.c @@ -1083,6 +1083,6 @@ void isi_trace(const GIsiMessage *msg, void *data) const char *resname = pn_resource_name(res); const char *name = res_to_name(res, id); - hex_dump(resname, res, name, id, g_isi_msg_utid(msg), g_isi_msg_data(msg), - g_isi_msg_data_len(msg)); + hex_dump(resname, res, name, id, g_isi_msg_utid(msg), + g_isi_msg_data(msg), g_isi_msg_data_len(msg)); } |