From 226bd9637fdd4e2f7b40fd8919bde892b42f0065 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 15 Oct 2013 21:25:47 +0200 Subject: gtkui: flicker-free cover art rendering --- plugins/artwork/artwork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/artwork') 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); -- cgit v1.2.3