diff --git a/src/main/java/com/eactive/eai/authoutbound/client/impl/HttpClientAccessTokenServiceWithBase64NiceOn.java b/src/main/java/com/eactive/eai/authoutbound/client/impl/HttpClientAccessTokenServiceWithBase64NiceOn.java index d960c82..6890c9c 100644 --- a/src/main/java/com/eactive/eai/authoutbound/client/impl/HttpClientAccessTokenServiceWithBase64NiceOn.java +++ b/src/main/java/com/eactive/eai/authoutbound/client/impl/HttpClientAccessTokenServiceWithBase64NiceOn.java @@ -241,7 +241,7 @@ public class HttpClientAccessTokenServiceWithBase64NiceOn implements HttpClientA OAuth2AccessTokenVO accessToken = new OAuth2AccessTokenVO(); try (CloseableHttpResponse response = httpClient.execute(httpPost)) { if (response.getCode() != 200) { - throw new Exception("NiceOn token receive status fail value= " + response.getCode()); + throw new Exception("NiceOn TOKEN receive status fail value== " + response.getCode()); } logger.info("HttpClientAccessTokenServiceWithBase64NiceOn==>" + response.getCode());