summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-16 18:04:53 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-16 18:04:53 +0200
commit40a48271e6fd9f191c992b65b8cf039aebead381 (patch)
treefd2b31e7447769142b2e42822c61c82eac800034 /streamer.c
parentb0d7231f2e0f6cafce8388c759bf1c4ca7623680 (diff)
disabled some of the tracing messages
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamer.c b/streamer.c
index 68af8718..59cb5cdd 100644
--- a/streamer.c
+++ b/streamer.c
@@ -38,8 +38,8 @@
#include "ringbuf.h"
#include "replaygain.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
//#define WRITE_DUMP 1