From 7f9a9b0cdc82d5bb03230a343d5b1504f210c447 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Feb 2010 12:09:01 -0600 Subject: Fix: Don't use ofono_debug directly in plugins --- drivers/calypsomodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/calypsomodem') diff --git a/drivers/calypsomodem/voicecall.c b/drivers/calypsomodem/voicecall.c index cf36db8f..6381c7d7 100644 --- a/drivers/calypsomodem/voicecall.c +++ b/drivers/calypsomodem/voicecall.c @@ -373,7 +373,7 @@ static void calypso_voicecall_initialized(gboolean ok, GAtResult *result, struct ofono_voicecall *vc = user_data; struct voicecall_data *vd = ofono_voicecall_get_data(vc); - ofono_debug("voicecall_init: registering to notifications"); + DBG("voicecall_init: registering to notifications"); g_at_chat_register(vd->chat, "%CPI:", cpi_notify, FALSE, vc, NULL); -- cgit v1.2.3