Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
context_type_string = get_ust_context_type_string(
ctx->ctx.ctx);
if (!context_type_string) {
- ERR("Unsupported UST context type.")
+ ERR("Unsupported UST context type.");
ret = LTTNG_ERR_INVALID;
goto end;
}
opt_channel_name);
} else {
MSG("%s context %s added to all channels",
- get_domain_str(dom.type), type->opt->symbol)
+ get_domain_str(dom.type), type->opt->symbol);
}
success = 1;
}
CDS_INIT_LIST_HEAD(&channel->streams.head);
- DBG("Allocated channel (key %" PRIu64 ")", channel->key)
+ DBG("Allocated channel (key %" PRIu64 ")", channel->key);
end:
return channel;