From e9912da724f265474c1fff90cee639b49e406917 Mon Sep 17 00:00:00 2001 From: Valerii Kholoimov Date: Sat, 13 Jun 2026 13:25:27 +0000 Subject: [PATCH 1/2] Hiding non-deterministic line into DEBUG mode --- fairroot/base/sink/FairRootFileSink.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From b4581cfd1cf3b5c1d0a0939ed628603fafcff818 Mon Sep 17 00:00:00 2001 From: Valerii Kholoimov Date: Wed, 17 Jun 2026 08:13:47 +0000 Subject: [PATCH 2/2] CONTRIBUTORS change --- CONTRIBUTORS | 1 + 1 file changed, 1 insertion(+) 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