diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-12-24 10:19:12 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-12-24 10:19:12 -0800 |
| commit | f42b5bd0f5a27b771f5b31a6976cf549c629ac95 (patch) | |
| tree | 00d967a395bf3eb83b042f77ece0a07eec2ce173 /weed/storage/volume_loading.go | |
| parent | abffe857a1cf6e6fac5a23ea2cd2a00d5744d9fb (diff) | |
| download | seaweedfs-f42b5bd0f5a27b771f5b31a6976cf549c629ac95.tar.xz seaweedfs-f42b5bd0f5a27b771f5b31a6976cf549c629ac95.zip | |
rename .sdb to .sdx
Diffstat (limited to 'weed/storage/volume_loading.go')
| -rw-r--r-- | weed/storage/volume_loading.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume_loading.go b/weed/storage/volume_loading.go index eb177e850..d87a58302 100644 --- a/weed/storage/volume_loading.go +++ b/weed/storage/volume_loading.go @@ -92,7 +92,7 @@ func (v *Volume) load(alsoLoadIndex bool, createDatIfMissing bool, needleMapKind if v.noWriteOrDelete || v.noWriteCanDelete { if v.nm, err = NewSortedFileNeedleMap(fileName, indexFile); err != nil { - glog.V(0).Infof("loading sorted db %s error: %v", fileName+".sdb", err) + glog.V(0).Infof("loading sorted db %s error: %v", fileName+".sdx", err) } } else { switch needleMapKind { |
