Minor change -- a log typo.
This commit is contained in:
parent
9eb4521242
commit
120def7c84
|
@ -589,7 +589,7 @@ public class ServerSessionImpl implements ServerSession, FailureListener
|
||||||
|
|
||||||
if (ActiveMQServerLogger.LOGGER.isDebugEnabled())
|
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 = " +
|
" with filter=" + filterString + " temporary = " +
|
||||||
temporary + " durable=" + durable + " on session user=" + this.username + ", connection=" + this.remotingConnection);
|
temporary + " durable=" + durable + " on session user=" + this.username + ", connection=" + this.remotingConnection);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue