Skip to content

Commit 164bef8

Browse files
authored
Merge 6751824 into sapling-pr-archive-ktf
2 parents 416a104 + 6751824 commit 164bef8

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)