Skip to content

Commit

Permalink
Merge pull request #65 from glencoesoftware/logs
Browse files Browse the repository at this point in the history
Correct log message
  • Loading branch information
sbesson authored May 7, 2024
2 parents 3329786 + 34572bb commit b00c33d
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 b00c33d

Please sign in to comment.