Skip to content

Commit 78eeda6

Browse files
committed
backport #2833 - Silence SMAPI API exceptions
1 parent 200f2d8 commit 78eeda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Games/NexusMods.Games.StardewValley/WebAPI/SMAPIWebApi.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public async Task<IReadOnlyDictionary<string, SMAPIWebApiMod>> GetModDetails(
7070
}
7171
catch (Exception e)
7272
{
73-
_logger.LogError(e, "Exception contacting {Url}", ApiBaseUrl);
73+
_logger.LogWarning(e, "Exception contacting {Url}", ApiBaseUrl);
7474
}
7575

7676
if (apiResult is not null)

0 commit comments

Comments
 (0)