diff options
Diffstat (limited to 'drivers/atmodem/cbs.c')
-rw-r--r-- | drivers/atmodem/cbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/cbs.c b/drivers/atmodem/cbs.c index adc52b52..1cbd487e 100644 --- a/drivers/atmodem/cbs.c +++ b/drivers/atmodem/cbs.c @@ -78,7 +78,7 @@ static void at_cbm_notify(GAtResult *result, gpointer user_data) return; } - ofono_debug("Got new Cell Broadcast via CBM: %s, %d", hexpdu, pdulen); + DBG("Got new Cell Broadcast via CBM: %s, %d", hexpdu, pdulen); if (decode_hex_own_buf(hexpdu, -1, &hexpdulen, 0, pdu) == NULL) { ofono_error("Unable to hex-decode the PDU"); |