Fix: Off by uint64_t in the metadata transfer
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 4cd6972125dccba26fcfadee133b7438d91c5eeb..a57bf15987d28061bf56a994dfacc0ad882c6ecd 100644 (file)
@@ -63,7 +63,8 @@ ssize_t lttng_ustconsumer_on_read_subbuffer_mmap(
        if (stream->net_seq_idx != -1) {
                relayd = consumer_find_relayd(stream->net_seq_idx);
                if (relayd == NULL) {
-                       ERR("Cannot find relay for network stream\n");
+                       ERR("UST consumer mmap(), unable to find relay for index %d",
+                                       stream->net_seq_idx);
                        goto end;
                }
        }
This page took 0.022832 seconds and 4 git commands to generate.