Added log for exception

This commit is contained in:
Rudi Grinberg 2012-09-13 12:27:04 -04:00
parent e043816bf4
commit 2b9e6081a4
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}
}