diff --git a/Simulation/G4SimCnv/G4SimAthenaPOOL/src/TrackRecordCollectionCnv.cxx b/Simulation/G4SimCnv/G4SimAthenaPOOL/src/TrackRecordCollectionCnv.cxx index ee28edc0a12ada0a5ec69c007fb4204c7efd6cb5..639b648687e657e339280e9b95704761404375a4 100755 --- a/Simulation/G4SimCnv/G4SimAthenaPOOL/src/TrackRecordCollectionCnv.cxx +++ b/Simulation/G4SimCnv/G4SimAthenaPOOL/src/TrackRecordCollectionCnv.cxx @@ -10,7 +10,7 @@ typedef AtlasHitsVector<TrackRecord> TrackRecordCollection_p0; TrackRecordCollection_PERS* TrackRecordCollectionCnv::createPersistent(TrackRecordCollection* transCont) { - MsgStream mlog(messageService(), "TrackRecordCollectionConverter" ); + MsgStream mlog(msgSvc(), "TrackRecordCollectionConverter" ); TrackRecordCollectionCnv_p2 converter; TrackRecordCollection_PERS *persObj = converter.createPersistent( transCont, mlog ); return persObj; @@ -19,7 +19,7 @@ TrackRecordCollection_PERS* TrackRecordCollectionCnv::createPersistent(TrackReco TrackRecordCollection* TrackRecordCollectionCnv::createTransient() { - MsgStream mlog(messageService(), "TrackRecordCollectionConverter" ); + MsgStream mlog(msgSvc(), "TrackRecordCollectionConverter" ); TrackRecordCollectionCnv_p1 converter; TrackRecordCollectionCnv_p2 converter_p2; TrackRecordCollection *trans_cont(0);