[tracker/tracker-0.16] common: Don't g_message() on normal bootup



commit 111aebd30bf92cbf402c88977fbc865c4769abe0
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 21 09:06:18 2013 -0500

    common: Don't g_message() on normal bootup
    
    This log message gets emitted even if we have nothing to do on
    normal bootup.  This spew is now more visible due to
    See https://bugs.freedesktop.org/show_bug.cgi?id=68559
    
    By reducing debug output, we make it easier to spot actual errors.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712813

 src/libtracker-common/tracker-config-file.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-common/tracker-config-file.c b/src/libtracker-common/tracker-config-file.c
index 604a836..3f5f274 100644
--- a/src/libtracker-common/tracker-config-file.c
+++ b/src/libtracker-common/tracker-config-file.c
@@ -700,8 +700,6 @@ tracker_config_file_import_to_settings (TrackerConfigFile           *file,
 {
        g_return_val_if_fail (TRACKER_IS_CONFIG_FILE (file), FALSE);
 
-       g_message ("Importing config file to GSettings");
-
        if (file->key_file && file->file_exists) {
 #ifdef CONFIG_ENABLE_TRACE
                g_message ("  Migrating settings from config file to GSettings");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]