Skip to content

Commit e049e58

Browse files
committed
DPL: fix wrong log level
1 parent c546419 commit e049e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/CommonDataProcessors.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ DataProcessorSpec CommonDataProcessors::getScheduledDummySink(std::vector<InputS
240240
// this information will be aggregated in the driver which will then decide wether or not a new offer for
241241
// a timeslice should be done and to which device
242242
auto domainInfoUpdated = [](ServiceRegistryRef services, size_t timeslice, ChannelIndex channelIndex) {
243-
LOGP(info, "Domain info updated with timeslice {}", timeslice);
243+
LOGP(debug, "Domain info updated with timeslice {}", timeslice);
244244
auto& timesliceIndex = services.get<TimesliceIndex>();
245245
auto oldestPossingTimeslice = timesliceIndex.getOldestPossibleOutput().timeslice.value;
246246
auto& stats = services.get<DataProcessingStats>();

0 commit comments

Comments
 (0)