Commit e231db01 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d236681f
......@@ -190,7 +190,7 @@ func (d *DumperFsDump) DumpTxn(buf *xfmt.Buffer, it *fs1.Iter) error {
} else {
fullclass := zodb.PyData(data).ClassString()
buf .S(" size=") .D64(dh.DataLen)
buf .S(" size=") .D64(d.dhLoading.DataLen)
buf .S(" class=") .S(fullclass)
}
......
......@@ -32,6 +32,7 @@ import (
"lab.nexedi.com/kirr/neo/go/zodb/storage/fs1"
"github.com/sergi/go-diff/diffmatchpatch"
//diffpkg "github.com/kylelemons/godebug/diff"
)
// XXX -> xtesting ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment