Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed May 24, 2022
1 parent d9030f2 commit 54ba10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ST.Services.CloudService/WinAuth/WinAuthSteamClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@ public bool ConfirmTrade(string id, string key, bool accept)
}
catch (WinAuthInvalidSteamRequestException ex)
{
Log.Error(nameof(WinAuthSteamClient), ex, nameof(ConfirmTrade));
#if DEBUG
Error = ex.Message + Environment.NewLine + ex.StackTrace;
#else
Expand Down

0 comments on commit 54ba10a

Please sign in to comment.