diff --git a/src/processor.cc b/src/processor.cc
index ee3b69f5d251cfe9aaec00c453224aeeb9a6e17f..c4810fcaabcd050d05577b025121217f9abf0196 100644
--- a/src/processor.cc
+++ b/src/processor.cc
@@ -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";
     }