Skip to content

Commit 0edff87

Browse files
authored
Fix build break (#39658)
1 parent 08d1b8a commit 0edff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.ViewFeatures/src/ViewComponentResultExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private static Task<IHtmlContent> GetViewComponentResult(IViewComponentHelper vi
183183
}
184184
else
185185
{
186-
Log.ViewComponentResultExecuting(_logger, result.ViewComponentType);
186+
Log.ViewComponentResultExecuting(logger, result.ViewComponentType);
187187
return viewComponentHelper.InvokeAsync(result.ViewComponentType, result.Arguments);
188188
}
189189
}

0 commit comments

Comments
 (0)