From 7104169eb2a27d7afbab083ca3c14bd1ea7df1c0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 15 Jul 2009 13:48:28 -0500 Subject: Fix printing binary version of the pdu --- drivers/atmodem/sms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/atmodem/sms.c b/drivers/atmodem/sms.c index 2343cede..aa7c1e84 100644 --- a/drivers/atmodem/sms.c +++ b/drivers/atmodem/sms.c @@ -356,7 +356,7 @@ static void at_cmt_notify(GAtResult *result, gpointer user_data) return; } - ofono_debug("Got new SMS Deliver PDU via CMT: %s, %d", pdu, tpdu_len); + ofono_debug("Got new SMS Deliver PDU via CMT: %s, %d", hexpdu, tpdu_len); decode_hex_own_buf(hexpdu, -1, &pdu_len, 0, pdu); ofono_sms_deliver_notify(modem, pdu, pdu_len, tpdu_len); -- cgit v1.2.3