Skip to content

Commit 44ee5c5

Browse files
authored
Set log to Devel for "Too long data description" warning (#2217)
This is a safe situation now, so there is no need for it to be at Support level.
1 parent 64d004f commit 44ee5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/HashDataDescription.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ auto createDataDescription(const std::string& name, size_t hashLength) -> o2::he
5656
return description;
5757
} else {
5858
const auto descriptionWithHash = createDescriptionWithHash(name, hashLength);
59-
ILOG(Warning) << "Too long data description name [" << name << "] changed to [" << descriptionWithHash << "]" << ENDM;
59+
ILOG(Warning, Devel) << "Too long data description name [" << name << "] changed to [" << descriptionWithHash << "]" << ENDM;
6060
description.runtimeInit(descriptionWithHash.c_str());
6161
return description;
6262
}

0 commit comments

Comments
 (0)