From 8bf636881f152a97727774f4f9ea2504c72dfb23 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Jun 2008 20:54:55 +0000 Subject: Use DBG in plugin to show function names --- audio/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/main.c b/audio/main.c index 2b9a1e95..06a2a046 100644 --- a/audio/main.c +++ b/audio/main.c @@ -44,14 +44,14 @@ static DBusConnection *conn; static int audio_probe(const char *path) { - debug("path %s", path); + DBG("path %s", path); return 0; } static void audio_remove(const char *path) { - debug("path %s", path); + DBG("path %s", path); } static struct btd_device_driver audio_driver = { -- cgit