mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-25 10:55:30 +00:00
removed redundant info
This commit is contained in:
parent
0d8492826a
commit
0e7ba73f72
@ -163,7 +163,7 @@ namespace CryptoExchange.Net
|
|||||||
return new CallResult<UpdateSubscription>(null, connectResult.Error);
|
return new CallResult<UpdateSubscription>(null, connectResult.Error);
|
||||||
|
|
||||||
if (needsconnecting)
|
if (needsconnecting)
|
||||||
log.Write(LogVerbosity.Debug, $"Socket {socket.Socket.Id} connected to {url} {(request == null ? "with topic " + identifier: "with request " + JsonConvert.SerializeObject(request))}");
|
log.Write(LogVerbosity.Debug, $"Socket {socket.Socket.Id} connected to {url} {(request == null ? "": "with request " + JsonConvert.SerializeObject(request))}");
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user