Commit cf37f71d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 688a7527
......@@ -241,7 +241,7 @@ func (δBtail *ΔBtail) Track(key Key, keyPresent bool, path []Node, flags Track
δBtail.tkdel.Add(key)
} else {
if δBtail.tkdel.Has(key) {
panicf("[%v] was previously tracked as ø", key)
panicf("[%v] was previously requested to be tracked as ø", key)
}
}
......
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