diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-04 11:58:59 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-04 11:58:59 -0800 |
| commit | 8dfac6a4cf8d2d21a3a69528136422e7f7a75d32 (patch) | |
| tree | 87fcaa6560b29dbbcea555e71fcffdfdcaaac9cb /weed/command/filer_replication.go | |
| parent | f050b22d6c319971aae3244f65f4420570f0895f (diff) | |
| download | seaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.tar.xz seaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.zip | |
working b2 sink
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 2 |
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) } } |
