Add recovery logging

This commit is contained in:
Ben Johnson
2020-11-10 12:10:46 -07:00
parent 2941a2433f
commit b9e9bd93e8
3 changed files with 26 additions and 25 deletions

View File

@@ -74,7 +74,6 @@ func (f *FileSystem) DB(path string) *DB {
f.mu.RLock()
defer f.mu.RUnlock()
db := f.dbs[path]
println("dbg/fs.db?", path, db != nil)
return db
}