diff options
Diffstat (limited to 'network/main.c')
| -rw-r--r-- | network/main.c | 4 | 
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 = { | 
