Skip to content

Commit e8fae3c

Browse files
authored
make "QC version" message debug (#1732)
1 parent 86f9f99 commit e8fae3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/InfrastructureGenerator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ void InfrastructureGenerator::customizeInfrastructure(std::vector<framework::Com
361361

362362
void InfrastructureGenerator::printVersion()
363363
{
364-
ILOG(Info, Devel) << "QC version " << o2::quality_control::core::Version::GetQcVersion().getString() << ENDM;
364+
ILOG(Debug, Devel) << "QC version " << o2::quality_control::core::Version::GetQcVersion().getString() << ENDM;
365365
}
366366

367367
void InfrastructureGenerator::generateDataSamplingPolicyLocalProxyBind(framework::WorkflowSpec& workflow,

0 commit comments

Comments
 (0)