diff --git a/src/OmniSharp.MSBuild/ProjectManager.cs b/src/OmniSharp.MSBuild/ProjectManager.cs index 6dd5497518..621b494e9a 100644 --- a/src/OmniSharp.MSBuild/ProjectManager.cs +++ b/src/OmniSharp.MSBuild/ProjectManager.cs @@ -329,7 +329,7 @@ private void ProcessQueue(CancellationToken cancellationToken) } catch (Exception ex) { - _logger.LogError(ex, "Failed to load project file '{projectFilePath}'."); + _logger.LogError(ex, $"Failed to load project file '{projectFilePath}'."); _eventEmitter.Error(ex, fileName: projectFilePath); return (null, null); }