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?
-- 
View this message in context: 
http://www.nabble.com/logging-error-tp23106989p23106989.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to