You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2014/02/21 18:17:19 UTC

[jira] [Resolved] (AMQ-5071) Wrong or incomplete log message in PooledTaskRunner class.

     [ https://issues.apache.org/jira/browse/AMQ-5071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-5071.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.10.0

> 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)