From: Philippe Proulx Date: Fri, 14 Jun 2019 21:13:59 +0000 (-0400) Subject: sink.text.pretty: remove message iterator inactivity message logging X-Git-Tag: v2.0.0-rc1~702 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=6335a8f61ee9adc4c0460fff65ab8a313c61985e;p=babeltrace.git sink.text.pretty: remove message iterator inactivity message logging This is not the role of this component class. A detailed component class, `sink.text.details`, shows all the messages. Signed-off-by: Philippe Proulx Change-Id: Ic01b766a81fd622fc768d71f70aec4b4a136c3d0 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1444 Tested-by: jenkins Reviewed-by: Francis Deslauriers --- diff --git a/src/plugins/text/pretty/pretty.c b/src/plugins/text/pretty/pretty.c index cef02609..b713f5d0 100644 --- a/src/plugins/text/pretty/pretty.c +++ b/src/plugins/text/pretty/pretty.c @@ -140,9 +140,6 @@ bt_self_component_status handle_message( ret = BT_SELF_COMPONENT_STATUS_ERROR; } break; - case BT_MESSAGE_TYPE_MESSAGE_ITERATOR_INACTIVITY: - BT_LOGD_STR("Message iterator inactivity message."); - break; case BT_MESSAGE_TYPE_DISCARDED_EVENTS: case BT_MESSAGE_TYPE_DISCARDED_PACKETS: if (pretty_print_discarded_items(pretty, message)) {