We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d004f commit 44ee5c5Copy full SHA for 44ee5c5
1 file changed
Framework/src/HashDataDescription.cxx
@@ -56,7 +56,7 @@ auto createDataDescription(const std::string& name, size_t hashLength) -> o2::he
56
return description;
57
} else {
58
const auto descriptionWithHash = createDescriptionWithHash(name, hashLength);
59
- ILOG(Warning) << "Too long data description name [" << name << "] changed to [" << descriptionWithHash << "]" << ENDM;
+ ILOG(Warning, Devel) << "Too long data description name [" << name << "] changed to [" << descriptionWithHash << "]" << ENDM;
60
description.runtimeInit(descriptionWithHash.c_str());
61
62
}
0 commit comments