Skip to content

Commit 86ccf3c

Browse files
[Common] Change log level from info to debug for VDrift update (#17696)
1 parent 439e7b1 commit 86ccf3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/Core/TPCVDriftManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TPCVDriftManager
4646
return;
4747
}
4848

49-
// Update Obj
49+
// Update Object
5050
mVD = mCCDB->getForTimeStamp<o2::tpc::VDriftCorrFact>("TPC/Calib/VDriftTgl", timestamp);
5151
if (mVD == nullptr || mVD->firstTime < 0 || mVD->lastTime < 0) {
5252
LOGP(error, "Got invalid VDriftCorrFact for {}", timestamp);
@@ -60,7 +60,7 @@ class TPCVDriftManager
6060
mTPCVDriftNS = mVD->refVDrift * mVD->corrFact * 1e-3;
6161

6262
mValid = true;
63-
LOGP(info, "Updated VDrift for timestamp {} with vdrift={:.7f} (cm/ns)", mVD->creationTime, mTPCVDriftNS);
63+
LOGP(debug, "Updated VDrift for timestamp {} with vdrift={:.7f} (cm/ns)", mVD->creationTime, mTPCVDriftNS);
6464
}
6565

6666
template <typename BCs, typename Collisions, typename Collision, typename TrackExtra, typename Track>

0 commit comments

Comments
 (0)