Skip to content

Commit b77eb78

Browse files
authored
Fix log message for ANCM debug logs (#26549)
1 parent ea033e2 commit b77eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/IIS/AspNetCoreModuleV2/CommonLib/HostFxrResolver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ HostFxrResolver::GetHostFxrParameters(
113113
}
114114
else
115115
{
116-
LOG_INFOF(L"hostfxr.dll found app local at '%ls', treating application as portable with launcher", hostFxrDllPath.c_str());
116+
LOG_INFOF(L"hostfxr.dll not found at '%ls', treating application as portable with launcher", hostFxrDllPath.c_str());
117117

118118
// passing "dotnet" here because we don't know where dotnet.exe should come from
119119
// so trying all fallbacks is appropriate

0 commit comments

Comments
 (0)