We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2a28d commit 6a74a11Copy full SHA for 6a74a11
1 file changed
src/UiPath.CoreIpc/Server/ServerConnection.cs
@@ -27,7 +27,7 @@ private ServerConnection(IpcServer server, Stream network, CancellationToken ct)
27
{
28
_ipcServer = server;
29
30
- _debugName = $"{nameof(ServerConnection)} {RuntimeHelpers.GetHashCode(this)}";
+ _debugName = $"{typeof(ServerConnection)} {RuntimeHelpers.GetHashCode(this)}";
31
_logger = server.CreateLogger(_debugName);
32
33
_network = network;
0 commit comments