diff options
Diffstat (limited to 'plugins/calypso.c')
-rw-r--r-- | plugins/calypso.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/calypso.c b/plugins/calypso.c index 6552eb63..eba55dd5 100644 --- a/plugins/calypso.c +++ b/plugins/calypso.c @@ -88,17 +88,17 @@ static void calypso_debug(const char *str, void *data) { guint dlc = GPOINTER_TO_UINT(data); - DBG("DLC%u: %s", dlc, str); + ofono_info("DLC%u: %s", dlc, str); } static void calypso_mux_debug(const char *str, void *data) { - DBG("MUX: %s", str); + ofono_info("MUX: %s", str); } static void calypso_setup_debug(const char *str, void *data) { - DBG("Setup: %s", str); + ofono_info("Setup: %s", str); } static int calypso_probe(struct ofono_modem *modem) |