Skip to content

Commit

Permalink
Correct log message
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed May 2, 2024
1 parent 3329786 commit 34572bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public void run() {
}
}
}
LOGGER.error("Output file was written sucessfully");
LOGGER.info("Output file was written successfully");
this.status = JobState.status.COMPLETED;
} catch (IOException e) {
this.status = JobState.status.FAILED;
Expand Down

0 comments on commit 34572bb

Please sign in to comment.