Skip to content

Commit

Permalink
29480
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS committed Oct 9, 2024
1 parent 0ce7a01 commit 691e971
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void process(Job job) {

Optional<DotTempFile> tempFile = tempFile(params);
if (tempFile.isEmpty()) {
Logger.error(this.getClass(), "Unable to retrieve the temporary. Quitting the job.");
Logger.error(this.getClass(), "Unable to retrieve the temporary file. Quitting the job.");
throw new DotRuntimeException("Unable to retrieve the temporary file.");
}

Expand Down

0 comments on commit 691e971

Please sign in to comment.