Skip to content

Commit e9912da

Browse files
author
Valerii Kholoimov
committed
Hiding non-deterministic line into DEBUG mode
1 parent b7534d0 commit e9912da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fairroot/base/sink/FairRootFileSink.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ bool FairRootFileSink::CreatePersistentBranchesAny()
281281
// create the branch
282282
auto obj = iter.second->ptraddr;
283283

284-
LOG(info) << "Creating branch for " << iter.first.c_str() << " with address " << obj;
284+
LOG(debug) << "Creating branch for " << iter.first.c_str() << " with address " << obj;
285285
fOutTree->Branch(iter.first.c_str(), tname.c_str(), obj);
286286
}
287287
fPersistentBranchesDone = true;

0 commit comments

Comments
 (0)