summaryrefslogtreecommitdiffstats
path: root/plugins/g1.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-11-01 23:42:18 +0900
committerMarcel Holtmann <marcel@holtmann.org>2009-11-01 23:42:18 +0900
commit3c24593c0cc017e5f40d0499c76034db289f8a6d (patch)
tree1f5805b0d9327b3391d2a4b6706bf8314b49cfb0 /plugins/g1.c
parentf92888fae70be1c5ceab3db83a60a61737842d3b (diff)
downloadofono-3c24593c0cc017e5f40d0499c76034db289f8a6d.tar.bz2
Use ofono_info() for AT command debugging
Diffstat (limited to 'plugins/g1.c')
-rw-r--r--plugins/g1.c2
1 files changed, 1 insertions, 1 deletions
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 */