Cleanup: ctf: remove duplicated logging statement
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 23 Oct 2019 00:47:37 +0000 (20:47 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 30 Oct 2019 20:42:37 +0000 (16:42 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Ica4fa11646a59ddbfb6cd4c2a9cd108846ffd6dc
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2246
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/ctf/common/msg-iter/msg-iter.c

index 96bf3a3e76a77c2056eedef6bda2ff2d9037c1b2..4ffcbe98fee63464f5a21281473ea3ed84ac53af 100644 (file)
@@ -924,8 +924,6 @@ enum bt_msg_iter_status set_current_packet(struct bt_msg_iter *notit)
        enum bt_msg_iter_status status = BT_MSG_ITER_STATUS_OK;
        bt_packet *packet = NULL;
 
-       BT_COMP_LOGD("Creating packet for packet message: "
-               "notit-addr=%p", notit);
        BT_COMP_LOGD("Creating packet from stream: "
                "notit-addr=%p, stream-addr=%p, "
                "stream-class-addr=%p, "
This page took 0.02499 seconds and 4 git commands to generate.