aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-04 11:58:59 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-04 11:58:59 -0800
commit8dfac6a4cf8d2d21a3a69528136422e7f7a75d32 (patch)
tree87fcaa6560b29dbbcea555e71fcffdfdcaaac9cb /weed/command/filer_replication.go
parentf050b22d6c319971aae3244f65f4420570f0895f (diff)
downloadseaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.tar.xz
seaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.zip
working b2 sink
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 419ae3174..9639ac98a 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -115,6 +115,8 @@ 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)
}
}