diff options
Diffstat (limited to 'plugins/hfp.c')
-rw-r--r-- | plugins/hfp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hfp.c b/plugins/hfp.c index 5e94a055..fc171ba5 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -59,7 +59,7 @@ static int hfp_disable(struct ofono_modem *modem); static void hfp_debug(const char *str, void *user_data) { - ofono_debug("%s", str); + ofono_info("%s", str); } static void cind_status_cb(gboolean ok, GAtResult *result, |