Commit 86cf093c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 4b06a39e
......@@ -268,7 +268,7 @@ func (s *storage) watcher() {
// if !↑ - stop the storage with error.
if !(e.Tid > s.drvHead) {
errDown = fmt.Errorf(
"%s: driver error: notified with δ.tid not ↑ (%s -> %s)",
"%s: storage error: notified with δ.tid not ↑ (%s -> %s)",
s.URL(), s.drvHead, e.Tid)
event = &EventError{errDown}
} else {
......
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