[tracker/journal] libtracker-data: Warning improvement
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/journal] libtracker-data: Warning improvement
- Date: Mon, 25 Oct 2010 07:55:01 +0000 (UTC)
commit 6150f9be26aa328489f49d3cfbe177671a15d448
Author: Philip Van Hoof <philip codeminded be>
Date: Mon Oct 25 09:48:05 2010 +0200
libtracker-data: Warning improvement
src/libtracker-data/tracker-data-update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-update.c b/src/libtracker-data/tracker-data-update.c
index ca4031d..28110a1 100644
--- a/src/libtracker-data/tracker-data-update.c
+++ b/src/libtracker-data/tracker-data-update.c
@@ -364,7 +364,7 @@ tracker_data_update_get_new_service_id (void)
}
if (G_UNLIKELY (error)) {
- g_warning ("Could not get new resource ID: %s\n", error->message);
+ g_warning ("Could not get new resource ID for ontology transaction: %s\n", error->message);
g_error_free (error);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]