[
https://issues.apache.org/jira/browse/AMQ-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909496#comment-13909496
]
Yuriy Sidelnikov commented on AMQ-5071:
---------------------------------------
The class DedicatedTaskRunner has the same bug. Could you please fix it too?
> Wrong or incomplete log message in PooledTaskRunner class.
> ----------------------------------------------------------
>
> Key: AMQ-5071
> URL: https://issues.apache.org/jira/browse/AMQ-5071
> Project: ActiveMQ
> Issue Type: Bug
> Affects Versions: 5.9.0
> Reporter: Yuriy Sidelnikov
> Priority: Minor
> Labels: client
> Fix For: 5.10.0
>
>
> Shutdown method provide incomplete trace information because second variable
> is missing for second {} in LOG.trace(...)
> /**
> * shut down the task
> *
> * @throws InterruptedException
> */
> public void shutdown(long timeout) throws InterruptedException {
> LOG.trace("Shutdown timeout: {} task: {}", task);
> Should be changed to:
> LOG.trace("Shutdown timeout: {} task: {}", timeout,task);
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)