[tracker/tracker-0.10] libtracker-common: A warning is sufficient here, no need for critical
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] libtracker-common: A warning is sufficient here, no need for critical
- Date: Thu, 7 Apr 2011 13:45:12 +0000 (UTC)
commit 162643b110515c78b4c83370a6b34b802ef7c3f3
Author: Philip Van Hoof <philip codeminded be>
Date: Wed Apr 6 11:17:37 2011 +0200
libtracker-common: A warning is sufficient here, no need for critical
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 d1362c2..43aeb32 100644
--- a/src/libtracker-common/tracker-locale-gconfdbus.c
+++ b/src/libtracker-common/tracker-locale-gconfdbus.c
@@ -316,7 +316,7 @@ tracker_locale_gconfdbus_init (void)
if (error) {
g_main_context_pop_thread_default (NULL);
- g_critical ("%s", error->message);
+ g_warning ("%s", error->message);
g_clear_error (&error);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]