[
https://issues.apache.org/jira/browse/AMQ-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated AMQ-5071:
---------------------------------
Fix Version/s: 5.9.1
> 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.9.1, 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.2#6252)