From 879057b8736f51923f26419b2dbac9ceacd6c811 Mon Sep 17 00:00:00 2001 From: Kiran Challa Date: Thu, 16 Apr 2015 12:08:45 -0700 Subject: [PATCH] Addressing minor comment from feedback --- src/Microsoft.AspNet.Mvc.Core/ActionResults/ObjectResult.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/ActionResults/ObjectResult.cs b/src/Microsoft.AspNet.Mvc.Core/ActionResults/ObjectResult.cs index b15a4a8063..302e4f66f1 100644 --- a/src/Microsoft.AspNet.Mvc.Core/ActionResults/ObjectResult.cs +++ b/src/Microsoft.AspNet.Mvc.Core/ActionResults/ObjectResult.cs @@ -65,7 +65,7 @@ namespace Microsoft.AspNet.Mvc } logger.LogVerbose( - "Selected output formatter '{OutputFormatter}'and content type " + + "Selected output formatter '{OutputFormatter}' and content type " + "'{ContentType}' to write the response.", selectedFormatter.GetType().FullName, formatterContext.SelectedContentType);