Use old formatting for trace (because it defers formatting)
This commit is contained in:
Родитель
cb3a7500ba
Коммит
d1d3c01182
|
@ -175,8 +175,7 @@ namespace Microsoft.MixedReality.Sharing.Matchmaking
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Trace.TraceWarning($"UdpPeerNetwork.cs: " +
|
Trace.TraceWarning("UdpPeerNetwork.cs: Discarding message from {0} - too many streams", result.RemoteEndPoint);
|
||||||
"Discarding message from {result.RemoteEndPoint} - too many streams");
|
|
||||||
handleMessage = false;
|
handleMessage = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче