Skip to content

Commit

Permalink
#605 Add log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
adiherzog committed Nov 30, 2017
1 parent f9be21a commit b62617a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public Response calculateComparison(
return Response.status(Status.NOT_FOUND).build();
}
if(buildIsNotSuccessfullyImported(buildIdentifier)) {
LOGGER.info("Can't calculate comparison. Build " + branchName + "/" + buildName + " is not successfully imported.");
return Response.status(Status.PRECONDITION_FAILED).build();
}

Expand Down

0 comments on commit b62617a

Please sign in to comment.