Skip to content

Commit f754608

Browse files
authored
DPL: mark the global file sink as an actual device consuming data (#5685)
1 parent 5acceca commit f754608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/CommonDataProcessors.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ DataProcessorSpec
451451
std::back_inserter(unmatched), noTimeframe);
452452

453453
DataProcessorSpec spec{
454-
"internal-dpl-global-binary-file-sink",
454+
"internal-dpl-injected-global-binary-file-sink",
455455
validBinaryInputs,
456456
Outputs{},
457457
AlgorithmSpec(writerFunction),

0 commit comments

Comments
 (0)