Skip to content

Commit

Permalink
Core: fix typo in a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Apr 23, 2020
1 parent b7c3768 commit 72937da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/configurator/configurator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 72937da

Please sign in to comment.