Fix: use snapshot consumer output for kernel
[lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index 5b05d9f6b6d4e9d9b0c588700def21dc5fa06cfe..a0818452f4f540ef880a3effb13c0e2b89fc0e10 100644 (file)
@@ -664,9 +664,9 @@ int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
 
                /* Do not monitor this stream. */
                if (!channel->monitor) {
-                       DBG("Kernel consumer add stream %s in no monitor mode with"
+                       DBG("Kernel consumer add stream %s in no monitor mode with "
                                        "relayd id %" PRIu64, new_stream->name,
-                                       new_stream->relayd_stream_id);
+                                       new_stream->net_seq_idx);
                        cds_list_add(&new_stream->no_monitor_node,
                                        &channel->stream_no_monitor_list.head);
                        break;
This page took 0.024566 seconds and 5 git commands to generate.