From 72937da03cce22c24005d7cfe6dbf20fcf9654bb Mon Sep 17 00:00:00 2001 From: Lukas Hutak Date: Thu, 23 Apr 2020 16:08:42 +0200 Subject: [PATCH] Core: fix typo in a debug message --- src/core/configurator/configurator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/configurator/configurator.cpp b/src/core/configurator/configurator.cpp index 4bd704c4..c627b87f 100644 --- a/src/core/configurator/configurator.cpp +++ b/src/core/configurator/configurator.cpp @@ -549,7 +549,7 @@ ipx_configurator::termination_send_msg() ipx_fpipe_write(input->get_feedback(), ipx_msg_terminate2base(msg)); } - IPX_DEBUG(comp_str, "Requests to terminate the pipeline sent! Waiting for instances to " + IPX_DEBUG(comp_str, "Request to terminate the pipeline sent! Waiting for instances to " "terminate.", '\0'); m_term_sent = m_running_inputs.size(); }