Author: rgodfrey
Date: Wed Jul  8 10:20:09 2015
New Revision: 1689832

URL: http://svn.apache.org/r1689832
Log:
QPID-6623 : address review comments by [~lorenz.quack]

Modified:
    
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java

Modified: 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java?rev=1689832&r1=1689831&r2=1689832&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java
 (original)
+++ 
qpid/java/trunk/broker-core/src/main/java/org/apache/qpid/server/security/encryption/AESKeyFileEncrypterFactory.java
 Wed Jul  8 10:20:09 2015
@@ -129,7 +129,7 @@ public class AESKeyFileEncrypterFactory
         File file = new File(fileLocation);
         if(!file.exists())
         {
-            LOGGER.warn("Configuration Encryption is enabled, but no 
configuration secret was found. A new configuration secret will be created at 
{}",fileLocation);
+            LOGGER.warn("Configuration encryption is enabled, but no 
configuration secret was found. A new configuration secret will be created at 
'{}'.", fileLocation);
             createAndPopulateKeyFile(file);
         }
         if(!file.isFile())



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to