1
0
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:
Jkorf 2021-04-19 11:16:36 +02:00
parent 0d8492826a
commit 0e7ba73f72

View File

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