Skip to content

Commit 573d9a2

Browse files
committed
Merge remote-tracking branch 'origin/extensions.logging_spike' into extensions.logging_spike
2 parents 2a0db48 + b6505e6 commit 573d9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Infrastructure/Watchdog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Task Start(Action onFailedOnStartup, CancellationToken cancellationToken)
4545
{
4646
watchdog = Task.Run(async () =>
4747
{
48-
log.LogDebug("Starting watching {taskName}", taskName);
48+
log.LogDebug("Starting watching {TaskName}", taskName);
4949

5050
bool startup = true;
5151

0 commit comments

Comments
 (0)