Skip to content

Commit e2f1c4c

Browse files
author
Mattia Faggin
committed
Adjust LOG(info).
1 parent ebfb5de commit e2f1c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/TableProducer/trackPropagation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
//
1515

1616
#include "TableHelper.h"
17+
1718
#include "Common/Tools/TrackTuner.h"
1819

1920
// The Run 3 AO2D stores the tracks at the point of innermost update. For a track with ITS this is the innermost (or second innermost)
@@ -139,11 +140,10 @@ struct TrackPropagation {
139140
const auto& workflows = initContext.services().get<RunningWorkflowInfo const>();
140141
for (const DeviceSpec& device : workflows.devices) {
141142
if (device.name.compare("track-propagation") == 0) {
142-
// init HF event selection helper
143-
LOG(info) << " FOUND!";
144143
counter++;
145144
}
146145
}
146+
LOGF(info, "Number of track propagation tasks detected: %i", counter);
147147

148148
std::string tmpDirName = std::string("./") + std::to_string(counter);
149149
trackTunerObj.getDcaGraphs(tmpDirName);

0 commit comments

Comments
 (0)