Skip to content

Commit

Permalink
adjust logs (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Aug 8, 2023
1 parent 9381ea5 commit 3204379
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CheckPackageStep extends Step {

@Override
CheckPackageResult call() throws RuntimeException,TimeoutException, IllegalArgumentException {
listener.logger.println("Executing checks for: "+ filePath)
listener.logger.println("Executing Package Checks for: "+ filePath +" ...")
if (IOUtils.isAbsolute(filePath)) {
FilePath packagePath = new FilePath(launcher.getChannel(), filePath)
if (!packagePath.exists()) {
Expand All @@ -106,7 +106,7 @@ class CheckPackageStep extends Step {
throw new RuntimeException(result.toString())
}
else{
listener.logger.println("Package Checks Success")
listener.logger.println("Package checked successfully.")
}
return result
}
Expand Down

0 comments on commit 3204379

Please sign in to comment.