diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-29 23:34:47 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-05-29 23:34:47 +0000 |
commit | bafc1b97ce72c7bdf679658d9616e9282ee3a91e (patch) | |
tree | 50f9359ec9c24c0cf216f35553c826827a9fb999 /lib/class/stream.class.php | |
parent | 55cfd7b8256c148322eea04ba094a4c58bedfe18 (diff) | |
download | ampache-bafc1b97ce72c7bdf679658d9616e9282ee3a91e.tar.gz ampache-bafc1b97ce72c7bdf679658d9616e9282ee3a91e.tar.bz2 ampache-bafc1b97ce72c7bdf679658d9616e9282ee3a91e.zip |
Change debugging output on transcode.
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index b636609b..5deee98e 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -691,7 +691,7 @@ class Stream { $downsample_command = str_replace("%SAMPLE%",$sample_rate,$downsample_command,$sample_exists); if (!$file_exists || !$offset_exists || !$eof_exists || !$sample_exists) { - debug_event('downsample','Error: Downsample command missing a varaible values are File:' . $file_exists . ' Offset:' . $offset_exists . ' Eof:' . $eof_exists . ' Sample:' . $sample_exists,'1'); + debug_event('downsample', 'Warning: Downsample command missing a variable; values are File:' . $file_exists . ' Offset:' . $offset_exists . ' Eof:' . $eof_exists . ' Sample:' . $sample_exists, '1'); } // If we are debugging log this event |