Skip to content

Commit 65e6d36

Browse files
committed
decrease verbosity of RootTreeReader
1 parent ad05929 commit 65e6d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Utils/include/DPLUtils/RootTreeReader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class GenericRootTreeReader
321321
mSizeBranch->GetEntry(entry);
322322
auto* buffer = reinterpret_cast<BinaryDataStoreType*>(data);
323323
if (buffer->size() == datasize) {
324-
LOG(info) << "branch " << mName << ": publishing binary chunk of " << datasize << " bytes(s)";
324+
LOG(debug) << "branch " << mName << ": publishing binary chunk of " << datasize << " bytes(s)";
325325
snapshot(mKey, std::move(*buffer));
326326
} else {
327327
LOG(error) << "branch " << mName << ": inconsitent size of binary chunk "

0 commit comments

Comments
 (0)