Use old formatting for trace (because it defers formatting)

This commit is contained in:
Stephen Kennedy 2019-11-06 14:41:02 +00:00
Родитель cb3a7500ba
Коммит d1d3c01182
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}