summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-08 20:54:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-08 20:54:55 +0000
commit8bf636881f152a97727774f4f9ea2504c72dfb23 (patch)
treef6df657dc2d48667766de2331ad6587d40661b21 /network
parenteef93c82a0e106dd12c29c1ed3a06502d92bcef2 (diff)
Use DBG in plugin to show function names
Diffstat (limited to 'network')
-rw-r--r--network/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/main.c b/network/main.c
index dd53c1d1..106c2a76 100644
--- a/network/main.c
+++ b/network/main.c
@@ -48,14 +48,14 @@ static DBusConnection *conn;
static int network_probe(const char *path)
{
- debug("path %s", path);
+ DBG("path %s", path);
return 0;
}
static void network_remove(const char *path)
{
- debug("path %s", path);
+ DBG("path %s", path);
}
static struct btd_device_driver network_driver = {