You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/07/10 12:17:40 UTC

qpid-jms git commit: NO-JIRA: fix c&p error in trace log message

Repository: qpid-jms
Updated Branches:
  refs/heads/master 9aedf52f2 -> 8c7d59de0


NO-JIRA: fix c&p error in trace log message


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/8c7d59de
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/8c7d59de
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/8c7d59de

Branch: refs/heads/master
Commit: 8c7d59de06072ded982f7e08e0ad600d11cc5205
Parents: 9aedf52
Author: Robert Gemmell <ro...@apache.org>
Authored: Fri Jul 10 11:16:56 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Fri Jul 10 11:17:10 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/qpid/jms/transports/TransportSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/8c7d59de/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java
index 178c552..3c876c1 100644
--- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java
+++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/transports/TransportSupport.java
@@ -181,7 +181,7 @@ public class TransportSupport {
             enabledCipherSuites.addAll(configuredCipherSuites);
         } else {
             List<String> engineCipherSuites = Arrays.asList(engine.getEnabledCipherSuites());
-            LOG.trace("Default protocols from the SSLEngine: {}", engineCipherSuites);
+            LOG.trace("Default cipher suites from the SSLEngine: {}", engineCipherSuites);
             enabledCipherSuites.addAll(engineCipherSuites);
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org