DaanHoogland commented on a change in pull request #5988:
URL: https://github.com/apache/cloudstack/pull/5988#discussion_r807638200



##########
File path: server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
##########
@@ -863,8 +872,9 @@ public Discoverer getMatchingDiscover(final 
Hypervisor.HypervisorType hypervisor
             s_logger.warn(msg);
             throw new DiscoveryException(msg);
         }
-        s_logger.warn("Unable to find the server resources at " + url);
-        throw new DiscoveryException("Unable to add the host");
+        String errorMsg = "Unable to find the server resources at " + url;
+        s_logger.warn(errorMsg);
+        throw new DiscoveryException("Unable to add the host: " + errorMsg);

Review comment:
       double "Unable" ends up in this message!?! (double negative...)




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