Skip to content

Commit

Permalink
LogMessage 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-hwi authored Aug 31, 2023
1 parent 85ef218 commit 33dd7b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public int start(String jobPath, String jobIdentifier, String[] parameters, Set<
} catch (Throwable e) {
String message = "Job Terminated in error: " + e.getMessage();
//2017.02.15 장동한 시큐어코딩(ES)-부적절한 예외 처리[CWE-253, CWE-440, CWE-754]
LOGGER.error("["+e.getClass()+"] Try/Catch...job tart Runing : " + e.getMessage());
LOGGER.error("["+e.getClass()+"] Try/Catch...job start Running : " + e.getMessage());
EgovCommandLineRunner.message = message;
return exitCodeMapper.intValue(ExitStatus.FAILED.getExitCode());
} finally {
Expand Down

0 comments on commit 33dd7b6

Please sign in to comment.