[jboss-jira] [JBoss JIRA] (JGRP-2216) IllegalFormatException in DefaultDNSResolver#getDnsContext()
Johan Vogelzang (JIRA)
issues at jboss.org
Wed Sep 6 09:14:01 EDT 2017
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)
More information about the jboss-jira
mailing list