summaryrefslogtreecommitdiffstats
path: root/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'stream.php')
-rw-r--r--stream.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream.php b/stream.php
index b5230a5d..2230e9dc 100644
--- a/stream.php
+++ b/stream.php
@@ -169,7 +169,8 @@ switch ($_REQUEST['method']) {
}
/* Start the Stream */
- debug_event('stream.php' , 'Stream Type: '.$stream_type.' Media IDs: '. print_r($media_ids, true), '5');
+ debug_event('stream.php' , 'Stream Type: ' . $stream_type .
+ ' Media IDs: '. json_encode($media_ids), 5);
$stream = new Stream($stream_type,$media_ids);
if (isset($urls)) {
$stream->add_urls($urls);