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


##########
framework/security/src/main/java/org/apache/cloudstack/framework/security/keystore/KeystoreManagerImpl.java:
##########
@@ -109,15 +109,15 @@ public byte[] getKeystoreBits(String name, String 
aliasForCertificateInStore, St
         try {
             return CertificateHelper.buildAndSaveKeystore(certs, 
storePassword);
         } catch (KeyStoreException e) {
-            s_logger.warn("Unable to build keystore for " + name + " due to 
KeyStoreException");
+            s_logger.warn("Unable to build keystore for " + name + " due to 
KeyStoreException", e);

Review Comment:
   not if the string is generated separately anyway. I think in this case we 
could leave it out, @weizhouapache 



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