Skip to content
Snippets Groups Projects
Commit c01cd6d3 authored by RoccoA97's avatar RoccoA97
Browse files

Revert processor.cc

parent 54f72cd3
No related tags found
1 merge request!72"Short" trailer testfiles
Pipeline #6417390 passed
......@@ -54,13 +54,12 @@ bool StreamProcessor::CheckFrameMultBlock(size_t inputSize) {
(stats.packet_skipped_inconsistent_size % 10000 == 0)) {
LOG(WARNING) << "Frame size not a multiple of block size after headers "
"and trailers have been subtracted. Counted "
<< stats.packet_skipped_inconsistent_size << " packets skipped."
<< " iSize=" << inputSize << " tSize=" << constants::orbit_trailer_size;
<< stats.packet_skipped_inconsistent_size << " packets skipped.";
}
if (control.verbosity != 0) {
LOG(WARNING) << "Frame size not a multiple of block size after orbit headers "
"(32B*nOrbitsPerPacket), orbit trailers (512B*nOrbitsPerPacket), "
"(32B*nOrbitsPerPacket), orbit trailers (544B*nOrbitsPerPacket), "
"and packet trailer (32B) have been subtracted. \n Frame size = "
<< inputSize << ", block size = " << bsize << ", packet will be skipped";
}
......
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