Skip to content

Commit 68e0e4f

Browse files
committed
DPL: drop unneeded signpost protection
1 parent ce408db commit 68e0e4f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,10 +1828,8 @@ void DataProcessingDevice::handleData(ServiceRegistryRef ref, InputChannelInfo&
18281828
// We only deal with the tracking of parts if the log is enabled.
18291829
// This is because in principle we should track the size of each of
18301830
// the parts and sum it up. Not for now.
1831-
if (O2_LOG_ENABLED(parts) == true) {
1832-
O2_SIGNPOST_ID_FROM_POINTER(pid, parts, headerData);
1833-
O2_SIGNPOST_START(parts, pid, "parts", "Processing DataHeader with splitPayloadParts %d and splitPayloadIndex %d", dh->splitPayloadParts, dh->splitPayloadIndex);
1834-
}
1831+
O2_SIGNPOST_ID_FROM_POINTER(pid, parts, headerData);
1832+
O2_SIGNPOST_START(parts, pid, "parts", "Processing DataHeader with splitPayloadParts %d and splitPayloadIndex %d", dh->splitPayloadParts, dh->splitPayloadIndex);
18351833
if (!dph) {
18361834
insertInputInfo(pi, 2, InputType::Invalid, info.id);
18371835
O2_SIGNPOST_EVENT_EMIT_ERROR(device, cid, "handle_data", "Header stack does not contain DataProcessingHeader");

0 commit comments

Comments
 (0)