From: Sergey Chupligin <[email protected]>

---
 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 8623a060..c77813e9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -235,8 +235,11 @@ int main(int argc, char **argv)
 
        event_loop = g_main_loop_new(NULL, FALSE);
 
+    struct l_debug_desc start_debug[128];
+       struct l_debug_desc stop_debug[128];
+    
        l_log_set_stderr();
-       l_debug_enable("*");
+       l_debug_enable_full("*",start_debug, stop_debug);
        l_main_init();
 
        source = (struct ell_event_source *) g_source_new(&event_funcs,
-- 
2.20.1

_______________________________________________
ofono mailing list
[email protected]
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to