aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3/src
diff options
context:
space:
mode:
authorjoeslay <54322500+joeslay@users.noreply.github.com>2019-10-14 16:03:40 +0100
committerGitHub <noreply@github.com>2019-10-14 16:03:40 +0100
commitd53aee179b6624b981caa7e702425ec260808be9 (patch)
tree0e641a775fe2ba398283282b9f9a109986e41f58 /other/java/hdfs3/src
parentbaa813ee3012d52a4b861cb61a2ef87f94e5b127 (diff)
parent50e885da45a58180eeb0098e5446d252181964fc (diff)
downloadseaweedfs-d53aee179b6624b981caa7e702425ec260808be9.tar.xz
seaweedfs-d53aee179b6624b981caa7e702425ec260808be9.zip
Merge pull request #10 from chrislusf/master
merge seaweed master
Diffstat (limited to 'other/java/hdfs3/src')
-rw-r--r--other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
index deb32c167..774c090e8 100644
--- a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java
+++ b/other/java/hdfs3/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);