auto *parent = maybe_get_parent(pin.range);
assert(parent);
if (!parent->has_ref()) {
- logger().debug("{}: acquiring parent {}", __func__, parent);
+ logger().debug("{}: acquiring parent {}", __func__,
+ static_cast<void*>(parent));
parent->acquire_ref();
} else {
- logger().debug("{}: parent has ref {}", __func__, parent);
+ logger().debug("{}: parent has ref {}", __func__,
+ static_cast<void*>(parent));
}
}
if (maybe_get_first_child(pin.range) != nullptr) {
" cnt_accept_dispatched: {}\n"
" cnt_reset_dispatched: {}\n"
" cnt_remote_reset_dispatched: {}\n",
- this,
+ static_cast<const void*>(this),
index, *conn,
state,
connect_attempts,