Skip to content

Commit 72937da

Browse files
committed
Core: fix typo in a debug message
1 parent b7c3768 commit 72937da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/configurator/configurator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ ipx_configurator::termination_send_msg()
549549
ipx_fpipe_write(input->get_feedback(), ipx_msg_terminate2base(msg));
550550
}
551551

552-
IPX_DEBUG(comp_str, "Requests to terminate the pipeline sent! Waiting for instances to "
552+
IPX_DEBUG(comp_str, "Request to terminate the pipeline sent! Waiting for instances to "
553553
"terminate.", '\0');
554554
m_term_sent = m_running_inputs.size();
555555
}

0 commit comments

Comments
 (0)