Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Framework/Core/src/CommonDataProcessors.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ DataProcessorSpec CommonDataProcessors::getScheduledDummySink(std::vector<InputS
// this information will be aggregated in the driver which will then decide wether or not a new offer for
// a timeslice should be done and to which device
auto domainInfoUpdated = [](ServiceRegistryRef services, size_t timeslice, ChannelIndex channelIndex) {
LOGP(info, "Domain info updated with timeslice {}", timeslice);
LOGP(debug, "Domain info updated with timeslice {}", timeslice);
auto& timesliceIndex = services.get<TimesliceIndex>();
auto oldestPossingTimeslice = timesliceIndex.getOldestPossibleOutput().timeslice.value;
auto& stats = services.get<DataProcessingStats>();
Expand Down