Skip to content

Commit 303f2b6

Browse files
martenoledavidrohr
authored andcommitted
Denote deadbeef error to warning
1 parent 4d0b72f commit 303f2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/src/ExternalFairMQDeviceProxy.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ void injectMissingData(fair::mq::Device& device, fair::mq::Parts& parts, std::ve
334334
static int maxWarn = 10; // Correct would be o2::conf::VerbosityConfig::Instance().maxWarnDeadBeef, but Framework does not depend on CommonUtils..., but not so critical since receives will send correct number of DEADBEEF messages
335335
static int contDeadBeef = 0;
336336
if (++contDeadBeef <= maxWarn) {
337-
LOGP(error, "Found {}/{} data specs, missing data specs: {}, injecting 0xDEADBEEF", present.size() - unmatchedDescriptions.size(), present.size(), missing);
337+
LOGP(alarm, "Found {}/{} data specs, missing data specs: {}, injecting 0xDEADBEEF", present.size() - unmatchedDescriptions.size(), present.size(), missing);
338338
}
339339
}
340340
}

0 commit comments

Comments
 (0)