summaryrefslogtreecommitdiff
path: root/plugins/lastfm
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-31 22:11:42 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-07-31 22:11:42 +0200
commit0fcae3836afaea792bfb18a0150a8d87825d5378 (patch)
tree173624196ab8168e2c20f13b299901450b183187 /plugins/lastfm
parent522c98726a3d069b9463a2147628c3461954f02e (diff)
disabled lastfm tracing
Diffstat (limited to 'plugins/lastfm')
-rw-r--r--plugins/lastfm/lastfm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c
index 0427b44c..f71bc2dc 100644
--- a/plugins/lastfm/lastfm.c
+++ b/plugins/lastfm/lastfm.c
@@ -23,8 +23,8 @@
#include <curl/curl.h>
#include "../../deadbeef.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
#define LFM_TESTMODE 0
#define LFM_IGNORE_RULES 0