Skip to content

Commit bf9605d

Browse files
committed
chore: count
1 parent 9110bed commit bf9605d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/StrDss.Service/RentalListingReportService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ private async Task ProcessRentalReportUploadAsync(DssUploadDelivery upload)
374374

375375
processedCount++;
376376

377-
_logger.LogInformation($"Finishing listing ({row.OrgCd} - {row.ListingId}): {stopwatch.Elapsed.TotalMilliseconds} milliseconds");
377+
_logger.LogInformation($"Finishing listing ({row.OrgCd} - {row.ListingId}): {stopwatch.Elapsed.TotalMilliseconds} milliseconds - {processedCount}/100");
378378
}
379379

380380
if (!isLastLine)

0 commit comments

Comments
 (0)