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);