Skip to content

Commit

Permalink
Update RunnerService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanX-S authored Nov 7, 2023
1 parent a962bd8 commit 2af4a8b
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 @@ -36,7 +36,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
// A simplified, more dev-friendly error if we hit a rather standard error.
catch(HttpRequestException httpException)
{
await _discordService.SetPresence(ActivityType.Watching, "Server status: DOWN !");
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 serverApi.GetPing: {httpException.Message}", "RunnerService");
}
Expand Down

0 comments on commit 2af4a8b

Please sign in to comment.