Commit a4507ca4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 302c7fa6
......@@ -210,6 +210,8 @@ func (obj *Persistent) PActivate(ctx context.Context) (err error) {
obj.PDeactivate()
}
}()
//fmt.Printf("activate %p(%v)\t%T(%s): refcnt=%d state=%v\n",
// obj, obj.zclass, obj.instance, obj.oid, obj.refcnt, obj.state)
if !doload {
// someone else is already activated/activating the object.
// wait for its loading to complete and we are done.
......
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