HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)
(cherry picked from commit 9f03a7c018
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
This commit is contained in:
parent
156e78c1da
commit
9a2e4f4f98
|
@ -244,6 +244,8 @@ Release 2.7.0 - UNRELEASED
|
||||||
NativeAzureFileSystem#NativeAzureFsInputStream#close().
|
NativeAzureFileSystem#NativeAzureFsInputStream#close().
|
||||||
(Chen He via cnauroth)
|
(Chen He via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1095,7 +1095,7 @@ public class NativeAzureFileSystem extends FileSystem {
|
||||||
if (dstKey.startsWith(srcKey + PATH_DELIMITER)) {
|
if (dstKey.startsWith(srcKey + PATH_DELIMITER)) {
|
||||||
|
|
||||||
if (LOG.isDebugEnabled()) {
|
if (LOG.isDebugEnabled()) {
|
||||||
LOG.debug("Renaming directory to a itself is disallowed. src=" + src
|
LOG.debug("Renaming directory to itself is disallowed. src=" + src
|
||||||
+ " dest=" + dst);
|
+ " dest=" + dst);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue