Skip to content

Commit 7924d70

Browse files
author
Chris Wiechmann
committed
Update APIManagerAPIAccessAdapter.java
1 parent 00fc32f commit 7924d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/apim-adapter/src/main/java/com/axway/apim/adapter/apis/APIManagerAPIAccessAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public APIAccess createAPIAccess(APIAccess apiAccess, AbstractEntity parentEntit
205205
LOG.info("Successfully created API-Access on retry. Received Status-Code: " +statusCode );
206206
}
207207
} else if(statusCode==409 && response.contains("resource already exists")) {
208-
LOG.debug("Unexpected response while creating/updating API Access: "+apiAccess+". Response-Code: "+statusCode+". Got response: '"+response+"'. Ignoring this error.");
208+
LOG.info("Unexpected response while creating/updating API Access: "+apiAccess+". Response-Code: "+statusCode+". Got response: '"+response+"'. Ignoring this error.");
209209
return apiAccess;
210210
} else {
211211
LOG.error("Error creating/updating API Access: "+apiAccess+". Response-Code: "+statusCode+". Got response: '"+response+"'");

0 commit comments

Comments
 (0)