Project description.
[connman] / src / detect.c
index 17e6959..f239d85 100644 (file)
@@ -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) {