X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-consumer.c;fp=lttng-sessiond%2Fust-consumer.c;h=605870d52028c77f852ef6b6b091e24047d97cd2;hp=b3b97552e2c3754502cc7eb2ac1521b43eb541b3;hb=ee6b7fb274d27a8f7f69f69cb195cad9c5df8a40;hpb=e30d2b89ae789c3350b02acc3fd51d21fabdb1c4 diff --git a/lttng-sessiond/ust-consumer.c b/lttng-sessiond/ust-consumer.c index b3b97552e..605870d52 100644 --- a/lttng-sessiond/ust-consumer.c +++ b/lttng-sessiond/ust-consumer.c @@ -138,7 +138,7 @@ int ust_consumer_send_session(int consumer_fd, struct ust_app_session *usess) lum.u.channel.channel_key = usess->metadata->obj->shm_fd; lum.u.channel.max_sb_size = usess->metadata->attr.subbuf_size; lum.u.channel.mmap_len = 0; /* for kernel */ - DBG("Sending metadata channel %d to consumer", lum.u.stream.stream_key); + DBG("Sending metadata channel %d to consumer", lum.u.channel.channel_key); ret = lttcomm_send_unix_sock(sock, &lum, sizeof(lum)); if (ret < 0) { perror("send consumer channel");