Update MonitorLoop.cs (#24224)
parent
aa3798d4fc
commit
98bce24412
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue