Skip to content

Commit

Permalink
Updated log messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
pslocum committed Feb 11, 2021
1 parent 0b4944a commit f757854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Generators/LMCArraySignalGenerator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ namespace locust
double VoltageFIRSample = GetFIRSample(nfilterbins, dtfilter, channelIndex, elementIndex);
if ((VoltageFIRSample == 0.)&&(index-startingIndex > fFieldBufferSize*fPowerCombiner->GetNElementsPerStrip()))
{
LERROR(lmclog,"A digitizer sample was skipped due to likely unresponsive thread. Exiting.\n");
LERROR(lmclog,"A digitizer sample was skipped due to likely unresponsive thread.\n");
return false;
}
fPowerCombiner->AddOneVoltageToStripSum(aSignal, VoltageFIRSample, fphiLO, elementIndex, IndexBuffer[channelIndex*fNElementsPerStrip+elementIndex].front());
Expand Down Expand Up @@ -653,9 +653,9 @@ namespace locust
{
PreEventCounter = 0; // reset
}
else
else if (!DriveAntenna(fp, startingIndex, index, aSignal, nfilterbins, dtfilter))
{
LERROR(lmclog,"The antenna did not respond correctly. Exiting.\n");
LERROR(lmclog,"The antenna did not respond correctly after two tries. Exiting.\n");
fSkippedSamples = true;
tLock.unlock();
break;
Expand Down

0 comments on commit f757854

Please sign in to comment.