[
https://issues.apache.org/jira/browse/AMQ-9288?focusedWorklogId=874053&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-874053
]
ASF GitHub Bot logged work on AMQ-9288:
---------------------------------------
Author: ASF GitHub Bot
Created on: 01/Aug/23 13:29
Start Date: 01/Aug/23 13:29
Worklog Time Spent: 10m
Work Description: mattrpav merged PR #1038:
URL: https://github.com/apache/activemq/pull/1038
Issue Time Tracking
-------------------
Worklog Id: (was: 874053)
Time Spent: 20m (was: 10m)
> TransportConnection Async error message needs exception message
> ---------------------------------------------------------------
>
> Key: AMQ-9288
> URL: https://issues.apache.org/jira/browse/AMQ-9288
> Project: ActiveMQ
> Issue Type: Task
> Reporter: Matt Pavlovich
> Assignee: Matt Pavlovich
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> This:
> {noformat}
> if (SERVICELOG.isDebugEnabled()) {
> SERVICELOG.debug("Async error occurred: {}", e.getMessage(), e);
> } else {
> SERVICELOG.warn("Async error occurred", e.getMessage());
> }
> {noformat}
> Should be:
> {noformat}
> if (SERVICELOG.isDebugEnabled()) {
> SERVICELOG.debug("Async error occurred: {}", e.getMessage(), e);
> } else {
> SERVICELOG.warn("Async error occurred: {}", e.getMessage());
> }
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)