aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-04 12:07:33 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-04 12:07:33 -0800
commit6c45787a371b6cc1416f50c927e738639ba83f13 (patch)
tree7d0d64dd63f73e75808ae1d59468dd5ab3ab38d0 /weed/command/filer_replication.go
parentff4189ab2505450913c4fb273365161a80da45bf (diff)
downloadseaweedfs-6c45787a371b6cc1416f50c927e738639ba83f13.tar.xz
seaweedfs-6c45787a371b6cc1416f50c927e738639ba83f13.zip
selectively export files
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 9639ac98a..4ceb5ce4c 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -116,7 +116,7 @@ func runFilerReplicate(cmd *Command, args []string) bool {
if err = replicator.Replicate(key, m); err != nil {
glog.Errorf("replicate %s: %+v", key, err)
} else {
- glog.V(4).Infof("replicated %s", key)
+ glog.V(1).Infof("replicated %s", key)
}
}