From ed4f8721273ac4558e1ba6cdf68d26aa6023a2bc Mon Sep 17 00:00:00 2001 From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de> Date: Wed, 15 Jul 2020 08:47:24 +0200 Subject: [PATCH] modify log level --- core/base/CbmDaq.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/base/CbmDaq.cxx b/core/base/CbmDaq.cxx index 2776d93622..9f07f72624 100644 --- a/core/base/CbmDaq.cxx +++ b/core/base/CbmDaq.cxx @@ -242,6 +242,9 @@ ULong64_t CbmDaq::FillTimeSlice(Bool_t timeLimit, Double_t tMax) { nData = digitizer.second->FillTimeSlice(fTimeSlice, tMax); else nData = digitizer.second->FillTimeSlice(fTimeSlice); + LOG(debug) << GetName() << ": " + << CbmModuleList::GetModuleNameCaps(digitizer.first) << " " + << fTimeSlice->ToString(); ss << " " << CbmModuleList::GetModuleNameCaps(digitizer.first) << " " << nData; nDataAll += nData; -- GitLab