diff --git a/analysis/detectors/tof/CbmTofAnaTestbeam.cxx b/analysis/detectors/tof/CbmTofAnaTestbeam.cxx index 678eb3ce27b598eba86fd14ceb72b884c848f791..84dc0d2f4fb314bff5303c62cbdfc13ee47829d0 100644 --- a/analysis/detectors/tof/CbmTofAnaTestbeam.cxx +++ b/analysis/detectors/tof/CbmTofAnaTestbeam.cxx @@ -5246,8 +5246,7 @@ Bool_t CbmTofAnaTestbeam::FillHistos() { } } if (iM0 == iNbMatchedHits) { - LOG(debug) << Form("no valid match in %d hits for Addr 0x%08x found ", iNbMatchedHits, - pHitRef->GetAddress()); + LOG(debug) << Form("no valid match in %d hits for Addr 0x%08x found ", iNbMatchedHits, pHitRef->GetAddress()); if (fair::Logger::Logging(fair::Severity::debug1)) LOG(fatal) << "Check for consistency!"; return 0; }