Skip to content

Commit

Permalink
Add an extra trace log in manifest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jul 29, 2024
1 parent 136bfe0 commit a42870b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SS14.Watchdog/Components/Updates/UpdateProviderManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public override async Task<bool> CheckForUpdateAsync(

private async Task<ManifestInfo?> FetchManifestInfoAsync(CancellationToken cancel)
{
_logger.LogDebug("Fetching build manifest from {ManifestUrl}...", _manifestUrl);
try
{
using var resp = await _httpClient.SendAsync(MakeAuthenticatedGet(_manifestUrl), cancel);
Expand Down

0 comments on commit a42870b

Please sign in to comment.