Skip to content

Commit

Permalink
text display bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d1820 committed Feb 9, 2024
1 parent 3e88b6a commit ac9c689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleMapExport2KML/Processors/DatalocationProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public async Task<ProcessorResponse> ProcessAsync(List<CsvLineItem> dataPlaces,
var batchIdx = 1;
foreach (var batch in batches)
{
await _statExecutor.ExecuteAsync($"Processing Latitude Longitude Data Batch {batchIdx}", async () =>
await _statExecutor.ExecuteAsync($"Processing Google Place Lookups Batch {batchIdx}", async () =>
{
var actionBlock = CreateActionBLock(settings, ctx, response, cts, _queue, msgFormat, timeout);
await _webFactory.InitializeAsync(settings);
Expand Down

0 comments on commit ac9c689

Please sign in to comment.