Skip to content

Commit

Permalink
Update src/Storage/Controllers/CleanupController.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Terje Holene <[email protected]>
  • Loading branch information
HenningNormann and SandGrainOne authored Dec 11, 2023
1 parent 6bc6e1b commit 4195b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/Controllers/CleanupController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public async Task<ActionResult> CleanupInstances()
stopwatch.Stop();

_logger.LogInformation(
"NightlyCleanup // Run // {DeleteCount} of {OriginalCount} instances deleted in {Duration} s",
"CleanupController// CleanupInstances // {DeleteCount} of {OriginalCount} instances deleted in {Duration} s",
successfullyDeleted,
instances.Count,
stopwatch.Elapsed.TotalSeconds);
Expand Down

0 comments on commit 4195b61

Please sign in to comment.