code cleanup

This commit is contained in:
drigato 2014-11-11 16:29:54 -05:00
parent dbc55632e1
commit 5cf5ff4fa1
3 changed files with 12 additions and 12 deletions

View file

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