Fix copy-paste error message typo

This commit is contained in:
henry 2025-07-04 11:50:38 -04:00
parent e7aad22295
commit e8a7cc588f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace AccessQueueService.Services
} }
catch (Exception ex) catch (Exception ex)
{ {
_logger.LogError(ex, "Exception occurred during background cleanup."); _logger.LogError(ex, "Exception occurred while trying to write state in background backup service.");
} }
await Task.Delay(backupIntervalSeconds, stoppingToken); await Task.Delay(backupIntervalSeconds, stoppingToken);
} }