From afb73c8d501ad575115dc4e6f0cbb175a838cf50 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 14 Jun 2019 17:13:59 -0400 Subject: [PATCH] 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 --- src/plugins/text/pretty/pretty.c | 3 --- 1 file changed, 3 deletions(-) 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)) { -- 2.34.1