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
|
||||
{
|
||||
Trace.TraceWarning($"UdpPeerNetwork.cs: " +
|
||||
"Discarding message from {result.RemoteEndPoint} - too many streams");
|
||||
Trace.TraceWarning("UdpPeerNetwork.cs: Discarding message from {0} - too many streams", result.RemoteEndPoint);
|
||||
handleMessage = false;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче