X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fctf-trace.c;h=406c97889e0dab461e61d64e10b856f607ace4da;hb=69ed8bf63694ed1ea1b0e48b78f699455060550e;hp=5f77d676963f7fc97c519baf71df8627cb3f28ea;hpb=3f4c85a9f4dccee33def128d90840cddf5b1c161;p=lttng-tools.git diff --git a/src/bin/lttng-relayd/ctf-trace.c b/src/bin/lttng-relayd/ctf-trace.c index 5f77d6769..406c97889 100644 --- a/src/bin/lttng-relayd/ctf-trace.c +++ b/src/bin/lttng-relayd/ctf-trace.c @@ -110,7 +110,7 @@ static struct ctf_trace *ctf_trace_create(struct relay_session *session, pthread_mutex_init(&trace->stream_list_lock, NULL); lttng_ht_add_str(session->ctf_traces_ht, &trace->node); - DBG("Created ctf_trace %" PRIu64 "of session \"%s\" from host \"%s\" with path: %s", + DBG("Created ctf_trace %" PRIu64 " of session \"%s\" from host \"%s\" with path: %s", trace->id, session->session_name, session->hostname, subpath);