diff --git a/src/classes/PRunBase.cpp b/src/classes/PRunBase.cpp index 4b483aaab..6ab053ef9 100644 --- a/src/classes/PRunBase.cpp +++ b/src/classes/PRunBase.cpp @@ -206,7 +206,7 @@ void PRunBase::DeadTimeCorrection(std::vector &histos, PUIntVecto } } if ((dtcr.Contains("estimate", TString::kIgnoreCase) || (dtcg_tag != 0)) && needToCheck) { - std::cerr << "as35> run: deadtime correction: " << dtcr.Data() << ", global: " << dtcg_tag << std::endl; + std::cerr << std::endl << "**INFO** deadtime correction estimate not yet implemented." << std::endl; } } }