aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs2/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-10-08 22:49:10 -0700
committerChris Lu <chris.lu@gmail.com>2019-10-08 22:49:10 -0700
commita999ed94d0abe53ac444c6a12cf0f5f89ea06d33 (patch)
tree3afce719c9a255ffad5fe7a906f2b3e7b77db937 /other/java/hdfs2/src
parentf8d4b7d1c01eecb54edc4169d6b8a0d3c39a730c (diff)
downloadseaweedfs-a999ed94d0abe53ac444c6a12cf0f5f89ea06d33.tar.xz
seaweedfs-a999ed94d0abe53ac444c6a12cf0f5f89ea06d33.zip
update hdfs client
Diffstat (limited to 'other/java/hdfs2/src')
-rw-r--r--other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java b/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
index deb32c167..774c090e8 100644
--- a/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
+++ b/other/java/hdfs2/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
@@ -137,7 +137,7 @@ public class SeaweedFileSystemStore {
if (source.isRoot()) {
return;
}
- LOG.warn("rename source: {} destination:{}", source, destination);
+ LOG.info("rename source: {} destination:{}", source, destination);
FilerProto.Entry entry = lookupEntry(source);
if (entry == null) {
LOG.warn("rename non-existing source: {}", source);