File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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>();
You can’t perform that action at this time.
0 commit comments