DaanHoogland commented on code in PR #12006:
URL: https://github.com/apache/cloudstack/pull/12006#discussion_r2502149250


##########
server/src/main/java/com/cloud/servlet/ConsoleProxyServlet.java:
##########
@@ -534,7 +534,7 @@ private boolean verifyRequest(Map<String, Object[]> 
requestParameters) {
             // if api/secret key are passed to the parameters
             if ((signature == null) || (apiKey == null)) {
                 if (LOGGER.isDebugEnabled()) {
-                    LOGGER.debug("expired session, missing signature, or 
missing apiKey -- ignoring request...sig: " + signature + ", apiKey: " + 
apiKey);
+                    LOGGER.debug("expired session, missing signature, or 
missing apiKey -- ignoring request");

Review Comment:
   ok, @YLChen-007 makes sense.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to