diff --git a/src/Build/BackEnd/Node/OutOfProcServerNode.cs b/src/Build/BackEnd/Node/OutOfProcServerNode.cs index afda1281ee0..bd7e295104c 100644 --- a/src/Build/BackEnd/Node/OutOfProcServerNode.cs +++ b/src/Build/BackEnd/Node/OutOfProcServerNode.cs @@ -340,7 +340,7 @@ private void HandleServerShutdownCommand(NodeBuildComplete buildComplete) private void HandleBuildCancel() { - CommunicationsUtilities.Trace("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown.}"); + CommunicationsUtilities.Trace("Received request to cancel build running on MSBuild Server. MSBuild server will shutdown."); _cancelRequested = true; BuildManager.DefaultBuildManager.CancelAllSubmissions(); }