diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-10-08 22:49:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-10-08 22:49:10 -0700 |
| commit | a999ed94d0abe53ac444c6a12cf0f5f89ea06d33 (patch) | |
| tree | 3afce719c9a255ffad5fe7a906f2b3e7b77db937 /other/java/hdfs3/src | |
| parent | f8d4b7d1c01eecb54edc4169d6b8a0d3c39a730c (diff) | |
| download | seaweedfs-a999ed94d0abe53ac444c6a12cf0f5f89ea06d33.tar.xz seaweedfs-a999ed94d0abe53ac444c6a12cf0f5f89ea06d33.zip | |
update hdfs client
Diffstat (limited to 'other/java/hdfs3/src')
| -rw-r--r-- | other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystemStore.java | 2 |
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); |
