Skip to content

Commit

Permalink
Propagate the details
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 7, 2011
1 parent 91e6a25 commit 0f6f060
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ protected List<? extends ITestResult> doRunTest(ICDKMolecule cdkmol,

} catch (GeneralSecurityException e) {
logger.error(" == Opentox model without access: " + model);
String errorMessage = "No access";
String errorMessage = "No access: " + e.getMessage().toLowerCase();
return returnError(errorMessage, errorMessage);
}catch(Exception e){
logger.error(" == Opentox model calculation failed for: " + model);
Expand Down

0 comments on commit 0f6f060

Please sign in to comment.