[sabayon] Print GConf key values in the debug log



commit bacd8414cd57d9a65457f605aca146bf6f90f350
Author: Federico Mena Quintero <federico novell com>
Date:   Thu Jul 30 14:46:39 2009 -0500

    Print GConf key values in the debug log
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 lib/sources/gconfsource.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/sources/gconfsource.py b/lib/sources/gconfsource.py
index d8b588b..c03e99d 100755
--- a/lib/sources/gconfsource.py
+++ b/lib/sources/gconfsource.py
@@ -198,7 +198,7 @@ class GConfSource (userprofile.ProfileSource):
             return
         
         def handle_notify (client, cnx_id, entry, self):
-            dprint ("Got GConf notification on '%s'", entry.key)
+            dprint ("Got GConf notification on '%s', value='%s', default=%s", entry.key, entry.value, entry.get_is_default ())
             
             for ignore_pattern in GCONF_KEYS_TO_IGNORE:
                 if fnmatch.fnmatchcase (entry.key, ignore_pattern):



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