lib: split trace API into trace class and trace APIs
[babeltrace.git] / lib / trace-ir / packet-context-field.c
index 393e49ad290d825d89b8eeb8ec25d2825e5392a9..9eff755e15ed4933b9df0478a850b953f0023e4f 100644 (file)
@@ -63,7 +63,8 @@ struct bt_packet_context_field *bt_packet_context_field_create(
 
        BT_ASSERT_PRE_NON_NULL(stream_class, "Stream class");
        BT_ASSERT_PRE(stream_class->frozen,
-               "Stream class is not part of a trace: %!+S", stream_class);
+               "Stream class is not part of a trace class: %!+S",
+               stream_class);
        BT_ASSERT_PRE(stream_class->packet_context_fc,
                "Stream class has no packet context field classe: %!+S",
                stream_class);
This page took 0.028636 seconds and 4 git commands to generate.