Skip to content

Commit 6da64c6

Browse files
authored
Fix process start error message (#1267)
- Addresses #1261
1 parent de32a08 commit 6da64c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspNetCoreModuleV1/AspNetCore/src/serverprocess.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,8 +1068,8 @@ SERVER_PROCESS::StartProcess(
10681068
{
10691069
if (!fDonePrepareCommandLine)
10701070
strEventMsg.SafeSnwprintf(
1071-
m_struAppFullPath.QueryStr(),
10721071
ASPNETCORE_EVENT_PROCESS_START_INTERNAL_ERROR_MSG,
1072+
m_struAppFullPath.QueryStr(),
10731073
hr);
10741074
else
10751075
strEventMsg.SafeSnwprintf(

0 commit comments

Comments
 (0)