Cleanup: src.ctf.lttng-live: missing space in debug statement
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 13 Jul 2020 17:41:38 +0000 (13:41 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jul 2020 22:38:42 +0000 (18:38 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I2bb8477aaad8ce6ee8d17b9c315fc34bc05ce577

src/plugins/ctf/lttng-live/lttng-live.c

index ffc9527ddc131cf52b24c650b74e3640b4886892..bc8ea07d4d5e841774bc96596862b372d95ec408 100644 (file)
@@ -534,7 +534,7 @@ lttng_live_iterator_handle_new_streams_and_metadata(
        enum session_not_found_action sess_not_found_act =
                lttng_live_msg_iter->lttng_live_comp->params.sess_not_found_act;
 
-       BT_COMP_LOGD("Update data and metadata of all sessions"
+       BT_COMP_LOGD("Update data and metadata of all sessions"
                "live-msg-iter-addr=%p", lttng_live_msg_iter);
        /*
         * In a remotely distant future, we could add a "new
This page took 0.026132 seconds and 4 git commands to generate.