diff --git a/PhysicsAnalysis/TruthParticleID/McParticleTools/src/OldSpclMcFilterTool.cxx b/PhysicsAnalysis/TruthParticleID/McParticleTools/src/OldSpclMcFilterTool.cxx index 5d9769e7f66c97fc7611b40b5a427daf4e0a4da8..99312ca87013b021a6f18db4ba5371c5eb99d4b7 100755 --- a/PhysicsAnalysis/TruthParticleID/McParticleTools/src/OldSpclMcFilterTool.cxx +++ b/PhysicsAnalysis/TruthParticleID/McParticleTools/src/OldSpclMcFilterTool.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration */ /////////////////////////////////////////////////////////////////// @@ -449,7 +449,7 @@ StatusCode OldSpclMcFilterTool::reconnectParticles( const McEventCollection* in, continue; } if ( rebuildLinks( evt, outEvt, itrPart ).isFailure() ) { - ATH_MSG_WARNING("Could not rebuild links for this particle = "<< itrPart; + ATH_MSG_WARNING("Could not rebuild links for this particle = "<< itrPart); } else if ( msgLvl(MSG::VERBOSE) ) { msg(MSG::VERBOSE) << "==========================================================="