diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-04-15 11:29:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-04-15 11:29:58 -0700 |
| commit | 283d703d50a3379f84333c5850ea117ba9f6dc30 (patch) | |
| tree | ccf4edeb8fd3399ca23b2ce2a111fe321a541aec | |
| parent | 609e228578ff0e678aea7eab3c815dd28bc6e72a (diff) | |
| download | seaweedfs-283d703d50a3379f84333c5850ea117ba9f6dc30.tar.xz seaweedfs-283d703d50a3379f84333c5850ea117ba9f6dc30.zip | |
adjust text
| -rw-r--r-- | weed/storage/disk_location.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/disk_location.go b/weed/storage/disk_location.go index 6de87c793..ed4e00312 100644 --- a/weed/storage/disk_location.go +++ b/weed/storage/disk_location.go @@ -131,7 +131,7 @@ func (l *DiskLocation) loadExistingVolume(fileInfo os.FileInfo, needleMapKind Ne l.SetVolume(vid, v) size, _, _ := v.FileStat() - glog.V(0).Infof("data file %s, replicaPlacement=%s v=%d size=%d ttl=%s", + glog.V(0).Infof("data file %s, replication=%s v=%d size=%d ttl=%s", l.Directory+"/"+volumeName+".dat", v.ReplicaPlacement, v.Version(), size, v.Ttl.String()) return true } |
