Skip to content

Commit

Permalink
[MTGOSDK/Core/Remoting] RemoteClient: Fix trace statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed May 29, 2024
1 parent 5dfc8f7 commit 2739fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTGOSDK/src/Core/Remoting/RemoteClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ internal static void Dispose()
// Prevent multiple calls to Dispose
if (IsDisposed) return;
IsDisposed = true;
Log.Debug("Disposing RemoteClient.");
Log.Trace("Disposing RemoteClient.");

@client.Dispose();
if (RemoteClient.DestroyOnExit)
Expand Down

0 comments on commit 2739fb8

Please sign in to comment.