aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-06-24 12:46:00 -0700
committerChris Lu <chris.lu@gmail.com>2021-06-24 12:46:00 -0700
commitc2e0a75c1fbaf6abcaa8717bfcfea03b4077ebff (patch)
tree9adb689bbcfca100412db22e63f12ab2bec7d752 /weed/command
parent78b1fb921c41a0dc7aaff55027624eba10f3c568 (diff)
downloadseaweedfs-c2e0a75c1fbaf6abcaa8717bfcfea03b4077ebff.tar.xz
seaweedfs-c2e0a75c1fbaf6abcaa8717bfcfea03b4077ebff.zip
adjust logs
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/filer_sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_sync.go b/weed/command/filer_sync.go
index 52fc0b477..211c34aea 100644
--- a/weed/command/filer_sync.go
+++ b/weed/command/filer_sync.go
@@ -197,7 +197,7 @@ func doSubscribeFilerMetaChanges(grpcDialOption grpc.DialOption, sourceFiler, so
counter++
if lastWriteTime.Add(3 * time.Second).Before(time.Now()) {
- glog.V(0).Infof("sync %s => %s progressed to %v %0.2f/sec", sourceFiler, targetFiler, time.Unix(0, resp.TsNs), float64(counter)/float64(3))
+ glog.V(0).Infof("sync %s to %s progressed to %v %0.2f/sec", sourceFiler, targetFiler, time.Unix(0, resp.TsNs), float64(counter)/float64(3))
counter = 0
lastWriteTime = time.Now()
if err := setOffset(grpcDialOption, targetFiler, SyncKeyPrefix, sourceFilerSignature, resp.TsNs); err != nil {