Skip to content
Snippets Groups Projects
Commit ff433769 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 800

Added extra line to error message.
parent 556eee70
No related branches found
No related tags found
No related merge requests found
......@@ -565,6 +565,8 @@ GCFEvent::TResult CalServer::handle_cal_start(GCFEvent& e, GCFPortInterface &por
LOG_ERROR("ACC shape and parent array positions shape don't match.");
LOG_ERROR_STR("ACC.shape=" << m_accs.getFront().getACC().shape());
LOG_ERROR_STR("'" << start.parent << "'.shape=" << positions.shape());
LOG_ERROR_STR("Expecting AntenneArray with " <<
m_accs.getFront().getACC().extent(fourthDim) << " antennas.");
ack.status = ERR_RANGE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment