We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad05929 commit 65e6d36Copy full SHA for 65e6d36
Framework/Utils/include/DPLUtils/RootTreeReader.h
@@ -321,7 +321,7 @@ class GenericRootTreeReader
321
mSizeBranch->GetEntry(entry);
322
auto* buffer = reinterpret_cast<BinaryDataStoreType*>(data);
323
if (buffer->size() == datasize) {
324
- LOG(info) << "branch " << mName << ": publishing binary chunk of " << datasize << " bytes(s)";
+ LOG(debug) << "branch " << mName << ": publishing binary chunk of " << datasize << " bytes(s)";
325
snapshot(mKey, std::move(*buffer));
326
} else {
327
LOG(error) << "branch " << mName << ": inconsitent size of binary chunk "
0 commit comments