added debug messages.
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 27 Aug 2014 08:20:29 +0000 (10:20 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 27 Aug 2014 08:20:29 +0000 (10:20 +0200)
src/cfg.c

index 265f84c..8f22975 100644 (file)
--- a/src/cfg.c
+++ b/src/cfg.c
@@ -337,8 +337,12 @@ static void set_window_keep_below_enabled(bool enabled)
 
 static void init()
 {
+       log_fct_enter();
+
        if (!settings)
                settings = g_settings_new("psensor");
+
+       log_fct_exit();
 }
 
 void config_cleanup()