HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1600971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2014-06-06 18:00:52 +00:00
parent d7f5d76869
commit 3d077726d0
2 changed files with 4 additions and 1 deletions

View File

@ -533,6 +533,9 @@ Release 2.5.0 - UNRELEASED
HADOOP-10658. SSLFactory expects truststores being configured. (tucu via atm)
HADOOP-10647. String Format Exception in SwiftNativeFileSystemStore.java.
(Gene Kim via stevel)
Release 2.4.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -927,7 +927,7 @@ public class SwiftNativeFileSystemStore {
}
if (LOG.isDebugEnabled()) {
SwiftUtils.debug(LOG, SwiftUtils.fileStatsToString(statuses, "\n"));
SwiftUtils.debug(LOG, "%s", SwiftUtils.fileStatsToString(statuses, "\n"));
}
if (filecount == 1 && swiftPath.equals(statuses[0].getPath())) {