Added log for exception
This commit is contained in:
parent
e043816bf4
commit
2b9e6081a4
|
@ -320,6 +320,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
} catch (Exception $e) {
|
||||
//could throw a scheduled in future exception.
|
||||
$message = "Could not delete some scheduled files.";
|
||||
Logging::info($e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue