Skip to content
Snippets Groups Projects
Commit a54c9df9 authored by Cristiano Sebastiani's avatar Cristiano Sebastiani
Browse files

Downgraded ERROR to WARNING for RobDecoder

parent dd18325f
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,7 @@ StatusCode SCT_RodDecoder::processHeader(const uint16_t inData,
else {
std::stringstream msg;
msg <<std::hex << onlineID;
ATH_MSG_ERROR("Rob fragment (rob=" << robID << ") with invalid onlineID " << msg.str() << " -> " << hash << ".");
ATH_MSG_WARNING("Rob fragment (rob=" << robID << ") with invalid onlineID " << msg.str() << " -> " << hash << ".");
}
}
// Look for masked off links - bit 7
......@@ -746,7 +746,7 @@ StatusCode SCT_RodDecoder::processHeader(const uint16_t inData,
if (!hasError and not hash.is_valid()) {
std::stringstream msg;
msg <<std::hex << onlineID;
ATH_MSG_ERROR("Rob fragment (rob=" << robID << ") with invalid onlineID " << msg.str() << " -> " << hash << ".");
ATH_MSG_WARNING("Rob fragment (rob=" << robID << ") with invalid onlineID " << msg.str() << " -> " << hash << ".");
hasError = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment