Skip to content

Commit 3755995

Browse files
committed
Minor fixes
1 parent e8e5f9e commit 3755995

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Detectors/TPC/workflow/include/TPCWorkflow/TPCFLPCMVSpec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// @author Tuba Gündem, tuba.gundem@cern.ch
1414
/// @brief TPC device for processing CMVs on FLPs
1515

16-
#ifndef O2_TPCFLPIDCSPEC_H
17-
#define O2_TPCFLPIDCSPEC_H
16+
#ifndef O2_TPCFLPCMVSPEC_H
17+
#define O2_TPCFLPCMVSPEC_H
1818

1919
#include <vector>
2020
#include <unordered_map>

Detectors/TPC/workflow/src/CMVToVectorSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class CMVToVectorDevice : public o2::framework::Task
145145
LOGP(debug, "Processing firstTForbit {:9}, tfCounter {:5}, run {:6}, feeId {:6}, cruID {:3}, link {:2}", dh->firstTForbit, dh->tfCounter, dh->runNumber, feeId, cruID, link);
146146

147147
if (std::find(mCRUs.begin(), mCRUs.end(), cruID) == mCRUs.end()) {
148-
LOGP(warning, "CMV CRU {:3} not configured in CRUs, skipping", cruID);
148+
// LOGP(debug, "CMV CRU {:3} not configured in CRUs, skipping", cruID);
149149
continue;
150150
}
151151

0 commit comments

Comments
 (0)