X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fgraph%2Fmessage%2Fpacket.c;fp=lib%2Fgraph%2Fmessage%2Fpacket.c;h=94047895e127cab7f42ba376a439b8d65b378a6e;hp=fe660531d9c4f58014de46eee49d586ec421b41b;hb=7fe92073394104c8ffe575b1b05ee4fe1df356ea;hpb=83a5656aa74b692254e2580b03786dddb6ce092e diff --git a/lib/graph/message/packet.c b/lib/graph/message/packet.c index fe660531..94047895 100644 --- a/lib/graph/message/packet.c +++ b/lib/graph/message/packet.c @@ -110,9 +110,8 @@ struct bt_message *create_packet_message( */ BT_ASSERT_PRE((with_cs && packet_has_default_clock_snapshot) || (!with_cs && !packet_has_default_clock_snapshot), - "Creating a packet message with a default clock snapshot, but without " - "a default clock class, or without a default clock snapshot, " - "but with a default clock class: ", + "Unexpected stream class configuration when creating " + "a packet beginning or end message: ", "%![stream-]+s, %![sc-]+S, with-cs=%d, " "cs-val=%" PRIu64, stream, stream_class, with_cs, raw_value);