Fix: relayd: missing space in trace creation logging statement
[lttng-tools.git] / src / bin / lttng-relayd / ctf-trace.cpp
index ba4a29092ca537f28e68153027823840f3882fdc..0ecb72f4593cc45932a1e0997814276e088426ee 100644 (file)
@@ -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);
 
This page took 0.022576 seconds and 4 git commands to generate.