summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/streamer.c b/streamer.c
index 56b4e8a1..e98d5ed4 100644
--- a/streamer.c
+++ b/streamer.c
@@ -58,6 +58,7 @@ streamer_thread (uintptr_t ctx) {
while (!streaming_terminate) {
if (nextsong >= 0) {
+ printf ("starting next song: %d\n", nextsong);
int sng = nextsong;
int pstate = nextsong_pstate;
nextsong = -1;