We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021e2b commit 8b2cd4eCopy full SHA for 8b2cd4e
Refresher.Core/Accessors/ConsolePatchAccessor.cs
@@ -71,7 +71,7 @@ public ConsolePatchAccessor(string remoteIp)
71
72
if (!response.IsSuccessStatusCode)
73
{
74
- State.Logger.LogError(IDPS, "Couldn't fetch the IDPS from the PS3 because of a bad status code.");
+ State.Logger.LogError(IDPS, $"Couldn't fetch the IDPS from the PS3 because of a bad status code: {response.StatusCode}");
75
State.Logger.LogDebug(IDPS, response.Content.ReadAsStringAsync().Result);
76
return null;
77
}
0 commit comments