fix
This commit is contained in:
parent
d0d8985d4b
commit
c55dee897b
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ internal static class SteamStore
|
||||||
{
|
{
|
||||||
DebugForm.Current.Log($"Unsuccessful deserialization of query for appid {appId}{(isDlc ? " (DLC)" : "")}: {e.GetType()} ({e.Message})");
|
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);
|
else DebugForm.Current.Log("Response deserialization null for appid " + appId);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue