Fix: Use debug instead of info

This commit is contained in:
Denis Kenzior 2009-10-19 17:00:32 -05:00
parent 5635703141
commit 17072b1949
1 changed files with 1 additions and 1 deletions

View File

@ -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,