summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
-rw-r--r--streamer.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/main.c b/main.c
index cf9f9f85..ff14abe5 100644
--- a/main.c
+++ b/main.c
@@ -408,7 +408,6 @@ player_mainloop (void) {
conf_save ();
break;
case DB_EV_TERMINATE:
- printf ("terminate received\n");
term = 1;
break;
case DB_EV_PLAY_CURRENT:
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