From 32c7fc24103c60fe01c356f5f65649090637f784 Mon Sep 17 00:00:00 2001 From: 2210045 <2210045@P9801Y.kjbank.dom> Date: Thu, 26 Feb 2026 11:39:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/eactive/eai/agent/cron/UpdateCronCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/eactive/eai/agent/cron/UpdateCronCommand.java b/src/com/eactive/eai/agent/cron/UpdateCronCommand.java index 9c004aa..cb7dbe0 100644 --- a/src/com/eactive/eai/agent/cron/UpdateCronCommand.java +++ b/src/com/eactive/eai/agent/cron/UpdateCronCommand.java @@ -18,7 +18,7 @@ public class UpdateCronCommand extends Command{ public Object execute() throws CommandException { - Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULLER); + Logger logger = Logger.getLogger(Logger.LOGGER_SCHEDULER); logger.info(this.name + " Agent 가 호출되었습니다."); if ( args == null || !(args instanceof String)) {