summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r--lib/class/stream.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php
index e1664fb4..b636609b 100644
--- a/lib/class/stream.class.php
+++ b/lib/class/stream.class.php
@@ -695,7 +695,7 @@ class Stream {
}
// If we are debugging log this event
- $message = "Start Downsample: $downsample_command";
+ $message = "Start Downsample using CMD: $downsample_command";
debug_event('downsample',$message,'3');
$fp = popen($downsample_command, 'rb');