Commit c8331a77 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ea011bda
...@@ -693,7 +693,7 @@ func traceZWatch(format string, argv ...interface{}) { ...@@ -693,7 +693,7 @@ func traceZWatch(format string, argv ...interface{}) {
// //
// see "4) when we receive an invalidation message from ZODB ..." // see "4) when we receive an invalidation message from ZODB ..."
func (root *Root) zwatcher(ctx context.Context, zwatchq chan zodb.Event) (err error) { func (root *Root) zwatcher(ctx context.Context, zwatchq chan zodb.Event) (err error) {
defer xerr.Contextf(&err, "zwatch %s", root.zstor.URL()) // XXX err ctx recheck defer xerr.Contextf(&err, "zwatch %s", root.zstor.URL())
traceZWatch(">>>") traceZWatch(">>>")
var zevent zodb.Event var zevent zodb.Event
......
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