sink.text.pretty: print discarded events/packets warning
[babeltrace.git] / plugins / text / pretty / pretty.c
index 1def0826b12e8a07b060c37c7ef65c8a4c1846ea..154fa255796b4cffd9d64cb16eae992264078342 100644 (file)
@@ -134,6 +134,9 @@ enum bt_component_status handle_notification(struct pretty_component *pretty,
        BT_ASSERT(pretty);
 
        switch (bt_notification_get_type(notification)) {
+       case BT_NOTIFICATION_TYPE_PACKET_BEGIN:
+               ret = pretty_print_packet(pretty, notification);
+               break;
        case BT_NOTIFICATION_TYPE_EVENT:
                ret = pretty_print_event(pretty, notification);
                break;
This page took 0.022482 seconds and 4 git commands to generate.