From 3c24593c0cc017e5f40d0499c76034db289f8a6d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 1 Nov 2009 23:42:18 +0900 Subject: Use ofono_info() for AT command debugging --- plugins/g1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/g1.c') diff --git a/plugins/g1.c b/plugins/g1.c index aeb38b10..e47f5c66 100644 --- a/plugins/g1.c +++ b/plugins/g1.c @@ -52,7 +52,7 @@ static void g1_debug(const char *str, void *data) { - DBG("%s", str); + ofono_info("%s", str); } /* Detect hardware, and initialize if found */ -- cgit v1.2.3