[
https://issues.apache.org/jira/browse/AMQ-9288?focusedWorklogId=867810&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-867810
]
ASF GitHub Bot logged work on AMQ-9288:
---------------------------------------
Author: ASF GitHub Bot
Created on: 27/Jun/23 14:54
Start Date: 27/Jun/23 14:54
Worklog Time Spent: 10m
Work Description: mattrpav opened a new pull request, #1038:
URL: https://github.com/apache/activemq/pull/1038
…e on Async Error
Issue Time Tracking
-------------------
Worklog Id: (was: 867810)
Remaining Estimate: 0h
Time Spent: 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
> Priority: Major
> Time Spent: 10m
> 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)