From 7e83c36a796e2efd0540f9396e1694bf373608c9 Mon Sep 17 00:00:00 2001 From: curry772 Date: Wed, 8 Jul 2026 12:26:44 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/impl/DJBErpNsmapiAccessTokenService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/custom/authoutbound/client/impl/DJBErpNsmapiAccessTokenService.java b/src/main/java/com/eactive/eai/custom/authoutbound/client/impl/DJBErpNsmapiAccessTokenService.java index 69bf5bb..0cc8483 100644 --- a/src/main/java/com/eactive/eai/custom/authoutbound/client/impl/DJBErpNsmapiAccessTokenService.java +++ b/src/main/java/com/eactive/eai/custom/authoutbound/client/impl/DJBErpNsmapiAccessTokenService.java @@ -251,7 +251,7 @@ public class DJBErpNsmapiAccessTokenService implements HttpClientAccessTokenServ throw new Exception("OAuth token receive status fail value= " + response.getCode()); } - logger.info("HttpClientAccessTokenServiceWithBase64Header==>" + response.getCode()); + logger.info("DJBErpNsmapiAccessTokenService==>" + response.getCode()); HttpEntity entity = response.getEntity(); String responseString = EntityUtils.toString(entity, encode);