diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-02-04 20:11:34 +0100 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-02-04 20:11:34 +0100 |
commit | 8ee35ba440ff17efd712868acfedb062358e6ad7 (patch) | |
tree | 95404e171c0af791e595f4d368102a1817021bfe /plugins | |
parent | 14e81061bdccc365de366190df552a9b9bcc0af1 (diff) |
disabled lastfm tracing
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/lastfm/lastfm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index ec53acd7..6bd293e5 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 |