Skip to content

Commit 92ce034

Browse files
authored
[Common] Improve / fix printout conditionals (#12917)
1 parent 6f082d8 commit 92ce034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tools/TrackPropagationModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class TrackPropagationModule
115115
fillTracksDCACov = isTableRequiredInWorkflow(initContext, "TracksDCACov");
116116

117117
// enable Tracks in case Tracks have been requested
118-
if (fillTracksDCA) {
118+
if (fillTracksDCA && !fillTracks) {
119119
LOGF(info, "******************************************************************");
120120
LOGF(info, " There is no task subscribed to Tracks, but I have detected a");
121121
LOGF(info, " subscription to TracksDCA. Now enabling tracks as algorithmic");

0 commit comments

Comments
 (0)