[tracker] libtracker-common: A warning is sufficient here, no need for critical
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-common: A warning is sufficient here, no need for critical
- Date: Wed, 6 Apr 2011 09:18:09 +0000 (UTC)
commit 8fcda069c60d854e86ff3b5f31845e00e631f048
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]