Skip to content

Commit 76ba288

Browse files
committed
add debug log
1 parent 33a1d2e commit 76ba288

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Framework/Core/src/DataProcessingHelpers.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ void doSendOldestPossibleTimeframe(ServiceRegistryRef ref, fair::mq::TransportFa
7979
parts.AddPart(std::move(header));
8080
parts.AddPart(std::move(payload));
8181

82+
auto* hb = reinterpret_cast<const uint32_t*>(header->GetData());
83+
LOGP(error, "SENDOPT idx={} ts={} firstWord={:#010x} hdrSize={}",
84+
index.value, timeslice, hb ? *hb : 0u, header->GetSize());
85+
8286
callback(parts, index, ref);
8387
}
8488

0 commit comments

Comments
 (0)