We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c3768 commit 72937daCopy full SHA for 72937da
src/core/configurator/configurator.cpp
@@ -549,7 +549,7 @@ ipx_configurator::termination_send_msg()
549
ipx_fpipe_write(input->get_feedback(), ipx_msg_terminate2base(msg));
550
}
551
552
- 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 "
553
"terminate.", '\0');
554
m_term_sent = m_running_inputs.size();
555
0 commit comments