Update MonitorLoop.cs (#24224)

pull/24222/head
Rick Anderson 2021-12-07 12:50:24 -10:00 committed by GitHub
parent aa3798d4fc
commit 98bce24412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,8 @@ namespace BackgroundTasksSample.Services
delayLoop++;
_logger.LogInformation("Queued Background Task {Guid} is running. " + "{DelayLoop}/3", guid, delayLoop);
_logger.LogInformation("Queued Background Task {Guid} is running. "
+ "{DelayLoop}/3", guid, delayLoop);
}
if (delayLoop == 3)