summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-27 20:50:18 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-27 20:50:18 +0200
commit9f6762c3c9d4c6d60486e01b320e3b0aeb181499 (patch)
treee2170833eb5160da9528a8609effdc8e4d08e205 /plugins
parent0e25f2b3d4b2ce21a587703a08043d2b98a31d4d (diff)
artwork: disable tracing
Diffstat (limited to 'plugins')
-rw-r--r--plugins/artwork/artwork.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c
index 64a1a11c..f577f0f5 100644
--- a/plugins/artwork/artwork.c
+++ b/plugins/artwork/artwork.c
@@ -70,8 +70,8 @@ static uintptr_t imlib_mutex;
#define min(x,y) ((x)<(y)?(x):(y))
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(...)
static char default_cover[PATH_MAX];
#define DEFAULT_FILEMASK "*cover*.jpg;*front*.jpg;*folder*.jpg;*cover*.png;*front*.png;*folder*.png"