Skip to content

Commit 8f080bb

Browse files
Change log level from info to debug for VDrift update
1 parent 2bdf00f commit 8f080bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Core/TPCVDriftManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)