Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas

This commit is contained in:
drigato 2014-11-11 16:30:50 -05:00
commit 10db978a2b
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());
}
}
}