Skip to content

Commit 05e0d45

Browse files
committed
Demote to info the log about missing RCTInfo in ITS DCS agent
1 parent c5fbdd2 commit 05e0d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/workflow/src/DCSParserSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ void ITSDCSParser::pushToCCDB(ProcessingContext& pc)
475475
cdbman.setFatalWhenNull(false);
476476
auto ts = o2::ccdb::BasicCCDBManager::instance().getRunDuration(mRunNumber, false);
477477
if (ts.first < 0 || ts.second < 0) {
478-
LOGP(error, "Failed to retrieve headers from CCDB with run number {}, << this->mRunNumber, will default to using the current time for timestamp information", mRunNumber);
478+
LOGP(info, "Failed to retrieve headers from CCDB with run number {}, << this->mRunNumber, will default to using the current time for timestamp information", mRunNumber);
479479
tstart = o2::ccdb::getCurrentTimestamp();
480480
tend = tstart + 365L * 24 * 3600 * 1000;
481481
} else {

0 commit comments

Comments
 (0)