[tracker] tracker-extract: Added some debugging to albumart extraction
- From: Martyn James Russell <mr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] tracker-extract: Added some debugging to albumart extraction
- Date: Mon, 28 Sep 2009 14:56:04 +0000 (UTC)
commit f23a97d18347514ea2ab9a15641ad281b859088b
Author: Martyn Russell <martyn lanedo com>
Date: Mon Sep 28 15:29:21 2009 +0100
tracker-extract: Added some debugging to albumart extraction
src/tracker-extract/tracker-albumart.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart.c b/src/tracker-extract/tracker-albumart.c
index 4b0a796..0ae0a35 100644
--- a/src/tracker-extract/tracker-albumart.c
+++ b/src/tracker-extract/tracker-albumart.c
@@ -1063,8 +1063,9 @@ tracker_albumart_process (const unsigned char *buffer,
albumart_signal_queue_thumbnail (filename_uri, "image/jpeg");
}
} else {
- g_debug ("Album art already exists for uri:'%s'",
- filename_uri);
+ g_debug ("Album art already exists for uri:'%s' as '%s'",
+ filename_uri,
+ art_path);
}
if (local_uri && !g_file_test (local_uri, G_FILE_TEST_EXISTS)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]