Skip to content
Snippets Groups Projects
Commit 0b55f96b authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #3566: fixed log line

parent e9d90a0a
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ void OutputThread::createMS() ...@@ -193,7 +193,7 @@ void OutputThread::createMS()
<< ", duration " << itsNrExpectedBlocks * itsParset.IONintegrationTime() << " s" << ", duration " << itsNrExpectedBlocks * itsParset.IONintegrationTime() << " s"
<< ", integration " << itsParset.IONintegrationTime() << " s" << ", integration " << itsParset.IONintegrationTime() << " s"
<< ", channels " << itsParset.nrChannelsPerSubband() << ", channels " << itsParset.nrChannelsPerSubband()
<< ", channelWidth " << itsParset.channelWidth()/1e3 << " kHz" << ", channelwidth " << itsParset.channelWidth()/1e3 << " kHz"
); );
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment