rename .sdb to .sdx

This commit is contained in:
Chris Lu
2019-12-24 10:19:12 -08:00
parent abffe857a1
commit f42b5bd0f5
3 changed files with 6 additions and 6 deletions

View File

@@ -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 {