added better logging

This commit is contained in:
Rudi Grinberg 2012-09-18 11:45:10 -04:00
parent 81887b291a
commit 018b50d316
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class AudiopreviewController extends Zend_Controller_Action
$uri = $webstream->getDbUrl();
$mime = $webstream->getDbMime();
} else {
throw new Exception("Unknown type for audio preview!");
throw new Exception("Unknown type for audio preview!.Type=$type");
}
$this->view->uri = $uri;