diff --git a/Phys/DaVinciPVTools/src/CheckPV.cpp b/Phys/DaVinciPVTools/src/CheckPV.cpp index 54b45834fe514c4026baeeab227b9569f69b8782..d2b5ed22089415cd60888a5110e3d265e3d87f1b 100644 --- a/Phys/DaVinciPVTools/src/CheckPV.cpp +++ b/Phys/DaVinciPVTools/src/CheckPV.cpp @@ -79,7 +79,10 @@ StatusCode CheckPV::execute() { // count PVs n = PV->size(); - if ( msgLevel( MSG::VERBOSE ) || m_print ) verbose() << "There are " << n << " primary vertices." << endmsg; + if ( msgLevel( MSG::VERBOSE ) ) + verbose() << "There are " << n << " primary vertices." << endmsg; + else if ( m_print ) + always() << "There are " << n << " primary vertices." << endmsg; m_PVsCounter += n;