Skip to content
Snippets Groups Projects
Commit 65387a48 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-546: Correct the wording in two log messages

parent 1c7dd4e9
No related branches found
No related tags found
No related merge requests found
......@@ -430,7 +430,9 @@ namespace LOFAR
<< bandNr
<< ": \""
<< ex.what()
<< "\" In order to proceed this frame will be ignored.");
<< "\" To avoid further problems with this frame, the "
"frame's data will not be stored and the frame will "
"be discarded.");
return;
}
......@@ -701,7 +703,7 @@ namespace LOFAR
<< bandNr
<< ". "
<< (frame.header.nOfSamplesPerFrame - numberOfSamplesToBeStored)
<< " frames will be discarded!");
<< " samples will be discarded!");
}
/**
......
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