Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Eulisse, Giulio
Friese, Volker
Gertsenberger, Konstantin
Hřivnáčová, Ivana
Kholoimov, Valerii
Klasen, Roman
Kliemt, Ralf
Klenze, Philipp
Expand Down
2 changes: 1 addition & 1 deletion fairroot/base/sink/FairRootFileSink.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading