This commit is contained in:
pointfeev 2022-11-22 13:06:10 -05:00
parent d0d8985d4b
commit c55dee897b

View file

@ -86,6 +86,10 @@ internal static class SteamStore
{
DebugForm.Current.Log($"Unsuccessful deserialization of query for appid {appId}{(isDlc ? " (DLC)" : "")}: {e.GetType()} ({e.Message})");
}
#else
{ }
#endif
#if DEBUG
else DebugForm.Current.Log("Response deserialization null for appid " + appId);
#endif
}