summaryrefslogtreecommitdiffstats
path: root/lib/class/stream.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-05-05 00:28:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-05-05 00:28:26 +0000
commita7e1258587ecdc51923a5acb48887b9b4b96efcd (patch)
treeaadb5c5f52f4fbbe61f8f888b6d33dd837d2b396 /lib/class/stream.class.php
parente3a62e8c5fa860854ebbb422be4f34f32e9934af (diff)
downloadampache-a7e1258587ecdc51923a5acb48887b9b4b96efcd.tar.gz
ampache-a7e1258587ecdc51923a5acb48887b9b4b96efcd.tar.bz2
ampache-a7e1258587ecdc51923a5acb48887b9b4b96efcd.zip
make downsampling command log a little clearer
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');