added better logging
This commit is contained in:
parent
81887b291a
commit
018b50d316
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class AudiopreviewController extends Zend_Controller_Action
|
||||||
$uri = $webstream->getDbUrl();
|
$uri = $webstream->getDbUrl();
|
||||||
$mime = $webstream->getDbMime();
|
$mime = $webstream->getDbMime();
|
||||||
} else {
|
} else {
|
||||||
throw new Exception("Unknown type for audio preview!");
|
throw new Exception("Unknown type for audio preview!.Type=$type");
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->view->uri = $uri;
|
$this->view->uri = $uri;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue