winterhazel commented on code in PR #8924:
URL: https://github.com/apache/cloudstack/pull/8924#discussion_r1578602401


##########
services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxyNoVncClient.java:
##########
@@ -93,23 +93,24 @@ public void initClient(ConsoleProxyClientParam param) {
         client = new NoVncClient();
         connectionAlive = true;
         this.sessionUuid = param.getSessionUuid();
+        String clientSourceIp = param.getClientIp();
+        logger.debug("Initializing client from IP {}", clientSourceIp);

Review Comment:
   ```suggestion
           logger.debug("Initializing client from IP {}.", clientSourceIp);
   ```



-- 
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: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to