diff options
-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 1ac9bb42..3600ad34 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -60,7 +60,7 @@ static int hfp_disable(struct ofono_modem *modem); static void hfp_debug(const char *str, void *user_data) { - ofono_info("%s", str); + ofono_debug("%s", str); } static void cind_status_cb(gboolean ok, GAtResult *result, |