diff options
Diffstat (limited to 'plugins/g1.c')
-rw-r--r-- | plugins/g1.c | 2 |
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 */ |