Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 5405ad4

Browse files
Fix logging message
1 parent 319d13a commit 5405ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Stats.ImportAzureCdnStatistics/LogFileProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ private async Task DeleteSourceBlobAsync(ILeasedLogFile logFile)
383383
}
384384
catch (Exception exception)
385385
{
386-
_logger.LogError(LogEvents.FailedBlobDelete, exception, "Finished to delete blob {FtpBlobUri}", logFile.Uri);
386+
_logger.LogError(LogEvents.FailedBlobDelete, exception, "Failed to delete blob {FtpBlobUri}", logFile.Uri);
387387
ApplicationInsightsHelper.TrackException(exception, logFile.Blob.Name);
388388
throw;
389389
}

0 commit comments

Comments
 (0)