mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-08 18:29:20 +00:00
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())
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user