From 0b55f96b0721e77c3d1e5e327bcc1421a475f35e Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 10 Sep 2012 13:40:59 +0000 Subject: [PATCH] Task #3566: fixed log line --- RTCP/Storage/src/OutputThread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Storage/src/OutputThread.cc b/RTCP/Storage/src/OutputThread.cc index 14e067190eb..f5bb2b3524e 100644 --- a/RTCP/Storage/src/OutputThread.cc +++ b/RTCP/Storage/src/OutputThread.cc @@ -193,7 +193,7 @@ void OutputThread::createMS() << ", duration " << itsNrExpectedBlocks * itsParset.IONintegrationTime() << " s" << ", integration " << itsParset.IONintegrationTime() << " s" << ", channels " << itsParset.nrChannelsPerSubband() - << ", channelWidth " << itsParset.channelWidth()/1e3 << " kHz" + << ", channelwidth " << itsParset.channelWidth()/1e3 << " kHz" ); } break; -- GitLab