Repository: activemq-artemis Updated Branches: refs/heads/master 9eb452124 -> 2552735b8
Minor change -- a log typo. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/120def7c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/120def7c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/120def7c Branch: refs/heads/master Commit: 120def7c847d5a186c6ba6fa12517b5fdbf0c0e2 Parents: 9eb4521 Author: Howard Gao <[email protected]> Authored: Wed Jun 17 11:15:15 2015 +0800 Committer: Howard Gao <[email protected]> Committed: Wed Jun 17 11:16:35 2015 +0800 ---------------------------------------------------------------------- .../activemq/artemis/core/server/impl/ServerSessionImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/120def7c/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java ---------------------------------------------------------------------- diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java index 3393cc2..f75a09a 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ServerSessionImpl.java @@ -589,7 +589,7 @@ public class ServerSessionImpl implements ServerSession, FailureListener if (ActiveMQServerLogger.LOGGER.isDebugEnabled()) { - ActiveMQServerLogger.LOGGER.debug("Queue " + name + " created on address " + name + + ActiveMQServerLogger.LOGGER.debug("Queue " + name + " created on address " + address + " with filter=" + filterString + " temporary = " + temporary + " durable=" + durable + " on session user=" + this.username + ", connection=" + this.remotingConnection); }
