Johan Vogelzang created JGRP-2216:
-------------------------------------
Summary: IllegalFormatException in DefaultDNSResolver#getDnsContext()
Key: JGRP-2216
URL:
https://issues.jboss.org/browse/JGRP-2216
Project: JGroups
Issue Type: Bug
Affects Versions: 4.0.5, 3.6.10
Reporter: Johan Vogelzang
Assignee: Bela Ban
An IllegalFormatException is thrown at:
DefaultDNSResolver#getDnsContext()
{code}
log.trace("Initializing DNS Context with factory: %s and url: %s" +
dnsContextFactory, dnsAddress);
{code}
should be:
{code}
log.trace("Initializing DNS Context with factory: %s and url: %s",
dnsContextFactory, dnsAddress);
{code}
plus sign changed in to comma.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)