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

SW-546: Print out initialised values of itsTime0 and itsSliceNr0

parent 222b5d0b
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,9 @@ namespace LOFAR
{
itsDumpInfo.itsTime0 = frame.header.time;
itsDumpInfo.itsSliceNr0 = sliceNr;
LOG_INFO_STR("TBB: Initialised itsTime0 = "
<< itsDumpInfo.itsTime0
<< ", itsSliceNr0 = " << itsDumpInfo.itsSliceNr0);
}
/*
......
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