Ajay Kumar created HADOOP-15618:
-----------------------------------
Summary: Fix debug log for property
IPC_CLIENT_BIND_WILDCARD_ADDR_KEY
Key: HADOOP-15618
URL: https://issues.apache.org/jira/browse/HADOOP-15618
Project: Hadoop Common
Issue Type: Bug
Reporter: Ajay Kumar
Assignee: Ajay Kumar
Fix log message in Client class.
Currently:{code}LOG.debug("{} set to true. Will bind client sockets to wildcard
"
+ "address.",
CommonConfigurationKeys.IPC_CLIENT_BIND_WILDCARD_ADDR_KEY);{code}
to
{code}LOG.debug("{} set to {}",
CommonConfigurationKeys.IPC_CLIENT_BIND_WILDCARD_ADDR_KEY,
bindToWildCardAddress);{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]