Fix debug message in send consumer fd.
[lttng-tools.git] / lttng-sessiond / ust-consumer.c
index b3b97552e2c3754502cc7eb2ac1521b43eb541b3..605870d52028c77f852ef6b6b091e24047d97cd2 100644 (file)
@@ -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");
This page took 0.022942 seconds and 4 git commands to generate.