[
https://issues.apache.org/activemq/browse/AMQNET-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Gellings updated AMQNET-158:
---------------------------------
Description:
There is a syntax/formatting error for logging with NMS ActiveMQ 1.1
in the FailoverTransport doReconnect() method:
catch(Exception e)
{
failure = e;
Tracer.DebugFormat("Connect fail to: (0}, reason: {1}", uri, e.Message);
}
The "(0}" should be "{0}".
was:
Looks like there is a possilbe syntax error for logging with NMS ActiveMQ 1.1
in the FailoverTransport doReconnect() method:
catch(Exception e)
{
failure = e;
Tracer.DebugFormat("Connect fail to: (0}, reason: {1}", uri, e.Message);
}
The "(0}" should be "{0}". Is this an item that could be created in the
issue tracker?
> syntax error for logging with NMS ActiveMQ 1.1 in the FailoverTransport
> doReconnect() method
> --------------------------------------------------------------------------------------------
>
> Key: AMQNET-158
> URL: https://issues.apache.org/activemq/browse/AMQNET-158
> Project: ActiveMQ .Net
> Issue Type: Bug
> Components: ActiveMQ Client
> Affects Versions: 1.1
> Environment: Windows XP
> Reporter: Mark Gellings
> Assignee: Jim Gomes
> Fix For: 1.1
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> There is a syntax/formatting error for logging with NMS ActiveMQ 1.1
> in the FailoverTransport doReconnect() method:
> catch(Exception e)
> {
> failure = e;
> Tracer.DebugFormat("Connect fail to: (0}, reason: {1}", uri, e.Message);
> }
> The "(0}" should be "{0}".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.