1
0
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:
Jkorf 2021-09-23 11:26:45 +02:00
parent 10915c1674
commit 6c9805993f

View File

@ -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)