summaryrefslogtreecommitdiff
path: root/src/detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detect.c')
-rw-r--r--src/detect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/detect.c b/src/detect.c
index 17e69595..f239d851 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -94,6 +94,8 @@ int __connman_detect_init(void)
{
int err;
+ DBG("");
+
err = connman_rtnl_register(&detect_rtnl);
if (err < 0)
return err;
@@ -107,6 +109,8 @@ void __connman_detect_cleanup(void)
{
GSList *list;
+ DBG("");
+
connman_rtnl_unregister(&detect_rtnl);
for (list = device_list; list; list = list->next) {