Adapt to namespaced liblttng-ust-ctl symbols
[lttng-tools.git] / src / common / consumer / consumer-timer.c
index 44fdc879f15ead4911947ca5d20a6a2ee02f8eeb..cbb0062781f3393d927a5af44842388b3e9d4fec 100644 (file)
@@ -247,7 +247,7 @@ int consumer_flush_ust_index(struct lttng_consumer_stream *stream)
                }
                ret = lttng_ustconsumer_get_stream_id(stream, &stream_id);
                if (ret < 0) {
-                       PERROR("ustctl_get_stream_id");
+                       PERROR("lttng_ust_ctl_get_stream_id");
                        goto end;
                }
                DBG("Stream %" PRIu64 " empty, sending beacon", stream->key);
This page took 0.028837 seconds and 4 git commands to generate.