mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-07-23 18:05:43 +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);
|
||||
|
||||
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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user