Yuriy Sidelnikov created AMQ-5071:
-------------------------------------

             Summary: 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


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)

Reply via email to