rohityadavcloud commented on a change in pull request #6130:
URL: https://github.com/apache/cloudstack/pull/6130#discussion_r828906994



##########
File path: 
server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
##########
@@ -1215,7 +1215,7 @@ private void handleFailingChecks(DomainRouterVO router, 
List<String> failingChec
             return;
         }
 
-        String alertMessage = "Health checks failed: " + failingChecks.size() 
+ " failing checks on router " + router.getUuid();
+        String alertMessage = String.format("Health checks failed: %d failing 
checks on router %s (UUID:%s)", failingChecks.size(), router.getName(), 
router.getUuid());

Review comment:
       minor nit - we should just refer UUID with ID for user-facing strings. 
LGTM.




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