summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfrikanalen/bin/scheduler1
1 files changed, 1 insertions, 0 deletions
diff --git a/frikanalen/bin/scheduler b/frikanalen/bin/scheduler
index 0bd9cc2..71d8c85 100755
--- a/frikanalen/bin/scheduler
+++ b/frikanalen/bin/scheduler
@@ -389,6 +389,7 @@ sub schedule_stream {
}
if ($skiptonorecords && "true" eq $event->{'HasTonoRecords'}) {
# XXX Should generate "Not allowed to play this" screen.
+ print "Skipping this event. It has tonorecords\n";
$file = "";
}
plwrite($file) if $file;