Skip to content
Snippets Groups Projects
Commit ccc4e761 authored by Christopher Rob Jones's avatar Christopher Rob Jones
Browse files

RichTel40CableMapping: Improve warning when source ID missing in tel40 links condition

parent 8d53c68e
No related branches found
No related tags found
1 merge request!4076RichTel40CableMapping: Improve warning when source ID missing in tel40 links condition
Pipeline #5446580 passed
......@@ -173,7 +173,7 @@ void Tel40CableMapping::fillCableMaps( const LHCb::Detector::DeLHCb&
if ( !linksActive.has_value() ) {
// Only warn once per SourceID
if ( warnSIDs.find( sourceID.data() ) == warnSIDs.end() ) {
warning( "Source ID '", sourceID.data(), "' is missing in LHCb Tel40 Link condition", endmsg );
warning( "Source ID ", sourceID, " is missing in LHCb Tel40 Link condition", endmsg );
warnSIDs.insert( sourceID.data() );
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment