@@ -326,9 +326,9 @@ private void DeleteSpecifiedLocations()
326
326
"attachment" . ToQuantity ( InspectedAttachments ) ) ;
327
327
328
328
if ( Context . DryRun )
329
- Log . Info ( $ "Dry run completed. { "location" . ToQuantity ( InspectedLocations ) } would have been deleted, including { deletionSummary } ") ;
329
+ Log . Info ( $ "Dry run completed. { "location" . ToQuantity ( InspectedLocations ) } would have been deleted, including { deletionSummary } . ") ;
330
330
else
331
- Log . Info ( $ "Deleted { deletedLocationCount } of { "location" . ToQuantity ( ResolvedLocations . Count ) } , including { deletionSummary } ") ;
331
+ Log . Info ( $ "Deleted { deletedLocationCount } of { "location" . ToQuantity ( ResolvedLocations . Count ) } , including { deletionSummary } . ") ;
332
332
}
333
333
334
334
private static string TimeSeriesInventory ( int timeSeriesCount , int derivedTimeSeriesCount )
@@ -626,7 +626,6 @@ private string GetLocationSummary3X(LocationInfo location)
626
626
var locationData = Client . Publish
627
627
. Get ( new Publish3x . LocationDataServiceRequest { LocationIdentifier = location . Identifier } ) ;
628
628
629
- InspectedLocations += 1 ;
630
629
InspectedTimeSeries += timeSeries . Count ;
631
630
InspectedDerivedTimeSeries += derivedTimeSeriesCount ;
632
631
InspectedRatingModels += ratingModels . Count ;
@@ -682,7 +681,6 @@ private string GetLocationSummaryNg(LocationInfo location)
682
681
var attachments = locationData
683
682
. Attachments ;
684
683
685
- InspectedLocations += 1 ;
686
684
InspectedTimeSeries += timeSeries . Count ;
687
685
InspectedDerivedTimeSeries += derivedTimeSeriesCount ;
688
686
InspectedThresholds += thresholds . Count ;
0 commit comments