All three patches were merged, thanks! Jérémie
On 12 October 2017 at 17:15, Michael Jeanson <[email protected]> wrote: > Signed-off-by: Michael Jeanson <[email protected]> > --- > plugins/utils/muxer/muxer.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/plugins/utils/muxer/muxer.c b/plugins/utils/muxer/muxer.c > index efecf6c..d8ea3b0 100644 > --- a/plugins/utils/muxer/muxer.c > +++ b/plugins/utils/muxer/muxer.c > @@ -638,7 +638,7 @@ int get_notif_ts_ns(struct muxer_comp *muxer_comp, > * the youngest. > */ > if (bt_clock_class_priority_map_get_clock_class_count(cc_prio_map) == > 0) { > - BT_LOGV_STR("Notification's clock class priorty map contains > 0 clock classes: " > + BT_LOGV_STR("Notification's clock class priority map contains > 0 clock classes: " > "using the last returned timestamp."); > *ts_ns = last_returned_ts_ns; > goto end; > -- > 2.7.4 > -- Jérémie Galarneau EfficiOS Inc. http://www.efficios.com _______________________________________________ lttng-dev mailing list [email protected] https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
