Skip to content

Commit 2d5b1df

Browse files
committed
Switch to error signpost for discarded messages
1 parent 308118c commit 2d5b1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/src/CommonServices.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ o2::framework::ServiceSpec CommonServices::streamContextSpec()
188188
O2_SIGNPOST_ID_FROM_POINTER(cid, stream_context, service);
189189
// Do not report discarded messages as missing outputs.
190190
if (messageContext.dispatchState() == MessageContext::DispatchState::Discarded) {
191-
O2_SIGNPOST_EVENT_EMIT(stream_context, cid, "postProcessingCallbacks", "Output messages discarded.");
191+
O2_SIGNPOST_EVENT_EMIT_ERROR(stream_context, cid, "postProcessingCallbacks", "Output messages discarded.");
192192
return;
193193
}
194194
// Check if we never created any data for this timeslice

0 commit comments

Comments
 (0)