mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-12 02:16:23 +00:00
Fixed missing log
This commit is contained in:
parent
10915c1674
commit
6c9805993f
@ -222,7 +222,7 @@ namespace CryptoExchange.Net
|
||||
}
|
||||
|
||||
string? paramString = null;
|
||||
if (parameterPosition == HttpMethodParameterPosition.InBody)
|
||||
if (paramsPosition == HttpMethodParameterPosition.InBody)
|
||||
paramString = " with request body " + request.Content;
|
||||
|
||||
if (log.Level == LogLevel.Trace)
|
||||
|
Loading…
x
Reference in New Issue
Block a user