diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-09 17:55:51 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-09 17:55:51 -0400 |
commit | 9402ff68721ac34597b05d4347d9f24a90434824 (patch) | |
tree | 3b9e55b11f29d6035cba0c948067549e086dbd12 /play/index.php | |
parent | 61b73009089ced10c5eb31801c9dc134234faed4 (diff) | |
download | ampache-9402ff68721ac34597b05d4347d9f24a90434824.tar.gz ampache-9402ff68721ac34597b05d4347d9f24a90434824.tar.bz2 ampache-9402ff68721ac34597b05d4347d9f24a90434824.zip |
Add some extra debug output for transcode_to
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php index 13fc3187..a55d1c0a 100644 --- a/play/index.php +++ b/play/index.php @@ -341,6 +341,9 @@ if ($transcode_cfg != 'never' && in_array('transcode', $valid_types)) { debug_event('play', 'Decided not to transcode', 5); } } +else if ($transcode_to) { + debug_event('play', 'Transcoding is impossible but we received an explicit request for ' . $transcode_to, 2); +} if ($transcode) { header('Accept-Ranges: none'); |