aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-12-29 14:53:04 +0100
committerBond_009 <bond.009@outlook.com>2020-01-13 20:06:08 +0100
commitd01ba49be3cd643b7b306216cb96aef31dba9569 (patch)
tree26bea0e713c0b42574cc846e0bdc07fd6854c205 /Emby.Server.Implementations/HttpServer
parentf89e18ea26aa2f4eec19f52ee6dfd28b53cee5df (diff)
Fix space
Diffstat (limited to 'Emby.Server.Implementations/HttpServer')
-rw-r--r--Emby.Server.Implementations/HttpServer/WebSocketConnection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
index 0b376bf3c..a8d5e9086 100644
--- a/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
+++ b/Emby.Server.Implementations/HttpServer/WebSocketConnection.cs
@@ -211,7 +211,7 @@ namespace Emby.Server.Implementations.HttpServer
// Tell the PipeReader how much of the buffer we have consumed
reader.AdvanceTo(buffer.End);
- _logger.LogDebug("WS {IP} received message: {@Message}", RemoteEndPoint, stub);
+ _logger.LogDebug("WS {IP} received message: {@Message}", RemoteEndPoint, stub);
var info = new WebSocketMessageInfo
{