Commit 604eeab7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 9cce624f
...@@ -288,8 +288,6 @@ func (δBtail *ΔBtail) Track(key Key, nodePath []Node) { ...@@ -288,8 +288,6 @@ func (δBtail *ΔBtail) Track(key Key, nodePath []Node) {
// NOTE key not needed for anything besides tracing // NOTE key not needed for anything besides tracing
// (tracking set will be added with all keys, covered by leaf keyrange) // (tracking set will be added with all keys, covered by leaf keyrange)
path := nodePathToPath(nodePath)
if traceΔBtail { if traceΔBtail {
pathv := []string{} pathv := []string{}
for _, node := range nodePath { pathv = append(pathv, vnode(node)) } for _, node := range nodePath { pathv = append(pathv, vnode(node)) }
...@@ -305,6 +303,7 @@ func (δBtail *ΔBtail) Track(key Key, nodePath []Node) { ...@@ -305,6 +303,7 @@ func (δBtail *ΔBtail) Track(key Key, nodePath []Node) {
} }
} }
path := nodePathToPath(nodePath)
δBtail.track(key, path) δBtail.track(key, path)
} }
......
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