mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-23 06:13:09 +00:00
Fixed missing log
This commit is contained in:
@@ -222,7 +222,7 @@ namespace CryptoExchange.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
string? paramString = null;
|
string? paramString = null;
|
||||||
if (parameterPosition == HttpMethodParameterPosition.InBody)
|
if (paramsPosition == HttpMethodParameterPosition.InBody)
|
||||||
paramString = " with request body " + request.Content;
|
paramString = " with request body " + request.Content;
|
||||||
|
|
||||||
if (log.Level == LogLevel.Trace)
|
if (log.Level == LogLevel.Trace)
|
||||||
|
|||||||
Reference in New Issue
Block a user