summaryrefslogtreecommitdiff
path: root/plugins/artwork
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-15 21:25:47 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-15 21:25:47 +0200
commit226bd9637fdd4e2f7b40fd8919bde892b42f0065 (patch)
treea031708722d190df6285a604feac9a4d4f0b0346 /plugins/artwork
parent8ecacd2c3bc00fe784e14dbbfd552d616d5ac108 (diff)
gtkui: flicker-free cover art rendering
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);