diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 17:00:32 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-19 17:00:32 -0500 |
commit | 17072b19496460a8476b56eb3c6eae4676cefd85 (patch) | |
tree | 75ee6cbf129720532b85575e2caeec399e07144d | |
parent | 56357031416bdb06d6095e283f4912eb73e86ae4 (diff) | |
download | ofono-17072b19496460a8476b56eb3c6eae4676cefd85.tar.bz2 |
Fix: Use debug instead of info
-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, |