summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/artwork')
-rw-r--r--plugins/artwork/artwork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index 60f1f000..cf4b25e0 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -875,7 +875,7 @@ fetcher_thread (void *none)
continue;
}
if (*mime_end != 3) {
- trace ("artwork: picture type=%d, skipped: %s\n", *mime_end);
+ trace ("artwork: picture type=%d\n", *mime_end);
continue;
}
trace ("artwork: mime-type=%s, picture type: %d\n", data, *mime_end);