c->inst_size = inst_size;
c->async_safe = async_safe;
- DEBUG3("%s: %s", c->name, __FUNCTION__);
+ DEBUG3("%s: %s", __FUNCTION__, c->name);
if (new && !rbtree_insert(xlat_root, c)) {
ERROR("Failed inserting xlat registration for %s",
c->async_safe = false; /* async safe in this case means it might yield */
c->uctx = uctx;
- DEBUG3("%s: %s", c->name, __FUNCTION__);
+ DEBUG3("%s: %s", __FUNCTION__, c->name);
if (new && !rbtree_insert(xlat_root, c)) {
ERROR("%s: Failed inserting xlat registration for %s", __FUNCTION__, c->name);