Minor change -- a log typo.

This commit is contained in:
Howard Gao 2015-06-17 11:15:15 +08:00
parent 9eb4521242
commit 120def7c84
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}