Tags: patch

The attached patch just changes the log level for the "Resolved ..." messages 
to DEBUG so they are ignored by default. (Debug messages is what they are 
imo, opposed to the other INFO messages which might be of some use when 
tracking down problems.)

Regards, David
--- gconf2-2.16.1/gconf/gconf-sources.c 2007-01-02 00:54:11.000000000 +0100
+++ gconf2-2.16.1.new/gconf/gconf-sources.c     2007-03-23 02:10:15.000000000 +0100
@@ -407,20 +407,20 @@
         if (source->flags & GCONF_SOURCE_ALL_WRITEABLE)
           {
             some_writable = TRUE;
-            gconf_log (GCL_INFO,
+            gconf_log (GCL_DEBUG,
                        _("xResolved address \"%s\" to a writable configuration source at position %d"),
                        source->address, i);
           }
         else if (source->flags & GCONF_SOURCE_NEVER_WRITEABLE)
           {
-            gconf_log (GCL_INFO,
+            gconf_log (GCL_DEBUG,
                        _("xResolved address \"%s\" to a read-only configuration source at position %d"),
                        source->address, i);
           }
         else
           {
             some_writable = TRUE;
-            gconf_log (GCL_INFO,
+            gconf_log (GCL_DEBUG,
                        _("xResolved address \"%s\" to a partially writable config source at position %d"),
                        source->address, i);
           }

Attachment: pgprryXqIPr2O.pgp
Description: PGP signature

Reply via email to