Skip to content

Commit

Permalink
Update RunnerService.cs
Browse files Browse the repository at this point in the history
oops :)
  • Loading branch information
NathanX-S authored Nov 7, 2023
1 parent c3b9774 commit a962bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/RunnerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
await _discordService.SetPresence(ActivityType.Watching, "Server status: DOWN !");
// A warning is more accurate to something that may cause issues if not resolved.
Log.Warning($"RunnerService: Caught HttpRequestException from initial serverApi.GetPing: {httpException.Message}", "RunnerService");
Log.Warning($"RunnerService: Caught HttpRequestException from serverApi.GetPing: {httpException.Message}", "RunnerService");
}
await Task.Delay(TimeSpan.FromMinutes(1), stoppingToken);
}
Expand Down

0 comments on commit a962bd8

Please sign in to comment.