Shortened logging
This commit is contained in:
parent
36d07fb5e1
commit
3fb7526fbb
|
@ -99,10 +99,7 @@ class LibraryController extends Zend_Controller_Action
|
||||||
protected function playlistUnknownError($e)
|
protected function playlistUnknownError($e)
|
||||||
{
|
{
|
||||||
$this->view->error = "Something went wrong.";
|
$this->view->error = "Something went wrong.";
|
||||||
|
Logging::info($e->getMessage());
|
||||||
Logging::info("{$e->getFile()}");
|
|
||||||
Logging::info("{$e->getLine()}");
|
|
||||||
Logging::info("{$e->getMessage()}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function createFullResponse($obj = null, $isJson = false)
|
protected function createFullResponse($obj = null, $isJson = false)
|
||||||
|
|
Loading…
Reference in New Issue