X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.cpp;fp=src%2Fcommon%2Fust-consumer%2Fust-consumer.cpp;h=a2bf099b236f94772c9fd1d9fbb0fa3831639848;hp=c9ec3c5576f5cef04e5c3411d247b61b7ed9d510;hb=edb555b5791df39308cb5d9b1fc9883aab21951e;hpb=0f1b1d2510d23e9a2a4baa9e2642ef97a35ef83f diff --git a/src/common/ust-consumer/ust-consumer.cpp b/src/common/ust-consumer/ust-consumer.cpp index c9ec3c557..a2bf099b2 100644 --- a/src/common/ust-consumer/ust-consumer.cpp +++ b/src/common/ust-consumer/ust-consumer.cpp @@ -2608,7 +2608,7 @@ int commit_one_metadata_packet(struct lttng_consumer_stream *stream) * if needed), the stream is "quiescent" after this commit. */ if (lttng_ust_ctl_flush_buffer(stream->ustream, 1)) { - ERR("Failed to flush buffer while commiting one metadata packet"); + ERR("Failed to flush buffer while committing one metadata packet"); ret = -EIO; } else { stream->quiescent = true;