diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c42840f9cd..b00f66b3a1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,6 +8,7 @@ Eulisse, Giulio Friese, Volker Gertsenberger, Konstantin Hřivnáčová, Ivana +Kholoimov, Valerii Klasen, Roman Kliemt, Ralf Klenze, Philipp diff --git a/fairroot/base/sink/FairRootFileSink.cxx b/fairroot/base/sink/FairRootFileSink.cxx index 04ffacedae..f541266a89 100644 --- a/fairroot/base/sink/FairRootFileSink.cxx +++ b/fairroot/base/sink/FairRootFileSink.cxx @@ -281,7 +281,7 @@ bool FairRootFileSink::CreatePersistentBranchesAny() // create the branch auto obj = iter.second->ptraddr; - LOG(info) << "Creating branch for " << iter.first.c_str() << " with address " << obj; + LOG(debug) << "Creating branch for " << iter.first.c_str() << " with address " << obj; fOutTree->Branch(iter.first.c_str(), tname.c_str(), obj); } fPersistentBranchesDone = true;