[tracker/gconf-dbus] libtracker-common: Use warning instead of message



commit 3e436dfca7b56f9120575118e86152c5f231393a
Author: Philip Van Hoof <philip codeminded be>
Date:   Mon Apr 4 13:50:54 2011 +0200

    libtracker-common: Use warning instead of message

 src/libtracker-common/tracker-locale-gconfdbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale-gconfdbus.c b/src/libtracker-common/tracker-locale-gconfdbus.c
index 6296666..b70fef9 100644
--- a/src/libtracker-common/tracker-locale-gconfdbus.c
+++ b/src/libtracker-common/tracker-locale-gconfdbus.c
@@ -332,7 +332,7 @@ tracker_locale_gconfdbus_init (void)
 
 		if (error) {
 			if (error->code == G_DBUS_ERROR_UNKNOWN_METHOD) {
-				g_message ("GetDefaultDatabase doesn't exist on %s, this GConf "
+				g_warning ("GetDefaultDatabase doesn't exist on %s, this GConf "
 				           "doesn't look like a gconf-dbus.\n"
 				           "Continuing in non-maemo mode",
 				           GCONF_DBUS_SERVER_OBJECT);



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