summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r--drivers/isimodem/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index 8b1d7313..5369f997 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -1075,7 +1075,7 @@ static const char *res_to_name(uint8_t res, uint8_t id)
return "UNKNOWN";
}
-void isi_debug(const GIsiMessage *msg, void *data)
+void isi_trace(const GIsiMessage *msg, void *data)
{
uint8_t id = g_isi_msg_id(msg);
uint8_t res = g_isi_msg_resource(msg);