X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fpretty%2Fpretty.c;h=ae064c5e0b5a92360921c010a7582d6bed862784;hb=bb5bb16080ef123c91a690eb267a8d83bd4fb199;hp=dcf1b5f7745340c54436ccad8580ef8884db101a;hpb=6be5a99eddff403a941a1329add897a0f27ca509;p=babeltrace.git diff --git a/plugins/text/pretty/pretty.c b/plugins/text/pretty/pretty.c index dcf1b5f7..ae064c5e 100644 --- a/plugins/text/pretty/pretty.c +++ b/plugins/text/pretty/pretty.c @@ -130,7 +130,7 @@ enum bt_self_component_status handle_notification( BT_ASSERT(pretty); switch (bt_notification_get_type(notification)) { - case BT_NOTIFICATION_TYPE_PACKET_BEGIN: + case BT_NOTIFICATION_TYPE_PACKET_BEGINNING: if (pretty_print_packet(pretty, notification)) { ret = BT_SELF_COMPONENT_STATUS_ERROR; }