[tracker/decorator-memory-reduction: 2/3] tracker-extract: tell what the error really means
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/decorator-memory-reduction: 2/3] tracker-extract: tell what the error really means
- Date: Sun, 7 Dec 2014 22:16:01 +0000 (UTC)
commit 367d87583b32f5a66e6020a0a771eaa1cde907f4
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun Nov 30 13:41:23 2014 +0100
tracker-extract: tell what the error really means
The current one is not really intuitive.
src/tracker-extract/tracker-extract-decorator.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-decorator.c b/src/tracker-extract/tracker-extract-decorator.c
index bfb86c7..2f56122 100644
--- a/src/tracker-extract/tracker-extract-decorator.c
+++ b/src/tracker-extract/tracker-extract-decorator.c
@@ -272,7 +272,7 @@ decorator_next_item_cb (TrackerDecorator *decorator,
error->domain == tracker_decorator_error_quark ()) {
switch (error->code) {
case TRACKER_DECORATOR_ERROR_EMPTY:
- g_message ("Next item does not require 2nd stage metadata extraction (e.g.
resource may not be a file)");
+ g_message ("There are no further items to extract");
break;
case TRACKER_DECORATOR_ERROR_PAUSED:
g_message ("Next item is on hold because miner is paused");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]