Shortened logging

This commit is contained in:
Rudi Grinberg 2012-09-13 12:15:51 -04:00
parent 36d07fb5e1
commit 3fb7526fbb
1 changed files with 1 additions and 4 deletions

View File

@ -99,10 +99,7 @@ class LibraryController extends Zend_Controller_Action
protected function playlistUnknownError($e)
{
$this->view->error = "Something went wrong.";
Logging::info("{$e->getFile()}");
Logging::info("{$e->getLine()}");
Logging::info("{$e->getMessage()}");
Logging::info($e->getMessage());
}
protected function createFullResponse($obj = null, $isJson = false)