X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Fctf-trace.cpp;fp=src%2Fbin%2Flttng-relayd%2Fctf-trace.cpp;h=0ecb72f4593cc45932a1e0997814276e088426ee;hp=ba4a29092ca537f28e68153027823840f3882fdc;hb=9e0e2ff92a904f175d4e4da4f3a7dc5056a8050a;hpb=ef945e4deb2e24b7d7ce05c3289a29a22c6b427d diff --git a/src/bin/lttng-relayd/ctf-trace.cpp b/src/bin/lttng-relayd/ctf-trace.cpp index ba4a29092..0ecb72f45 100644 --- a/src/bin/lttng-relayd/ctf-trace.cpp +++ b/src/bin/lttng-relayd/ctf-trace.cpp @@ -126,7 +126,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);