Skip to content

Commit

Permalink
Demote to info the log about missing RCTInfo in ITS DCS agent
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Sep 25, 2024
1 parent c5fbdd2 commit 05e0d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/ITSMFT/ITS/workflow/src/DCSParserSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ void ITSDCSParser::pushToCCDB(ProcessingContext& pc)
cdbman.setFatalWhenNull(false);
auto ts = o2::ccdb::BasicCCDBManager::instance().getRunDuration(mRunNumber, false);
if (ts.first < 0 || ts.second < 0) {
LOGP(error, "Failed to retrieve headers from CCDB with run number {}, << this->mRunNumber, will default to using the current time for timestamp information", mRunNumber);
LOGP(info, "Failed to retrieve headers from CCDB with run number {}, << this->mRunNumber, will default to using the current time for timestamp information", mRunNumber);
tstart = o2::ccdb::getCurrentTimestamp();
tend = tstart + 365L * 24 * 3600 * 1000;
} else {
Expand Down

0 comments on commit 05e0d45

Please sign in to comment.