code cleanup
This commit is contained in:
parent
dbc55632e1
commit
5cf5ff4fa1
3 changed files with 12 additions and 12 deletions
|
@ -362,8 +362,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
} catch (Exception $e) {
|
||||
//could throw a scheduled in future exception.
|
||||
$message = _("Could not delete file(s).");
|
||||
Logging::debug($e->getMessage());
|
||||
Logging::info($e->getMessage());
|
||||
Logging::info($message.": ".$e->getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue