A several tiny improvements for the LOG format ----------------------------------------------
Key: HADOOP-7465 URL: https://issues.apache.org/jira/browse/HADOOP-7465 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0 Reporter: XieXianshan Assignee: XieXianshan There are several fields in the log that the space characters are missed. For instance: src/java/org/apache/hadoop/ipc/Client.java(248): LOG.debug("The ping interval is" + this.pingInterval + "ms."); src/java/org/apache/hadoop/fs/LocalDirAllocator.java(235): LOG.warn( localDirs[i] + "is not writable¥n", de); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira