aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/dnchost/dncutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/dnchost/dncutil.cpp')
-rw-r--r--src/ext/Bal/dnchost/dncutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/dnchost/dncutil.cpp b/src/ext/Bal/dnchost/dncutil.cpp
index 6486e6e9..a8d4f4ff 100644
--- a/src/ext/Bal/dnchost/dncutil.cpp
+++ b/src/ext/Bal/dnchost/dncutil.cpp
@@ -338,7 +338,7 @@ static HRESULT InitializeCoreClrPre5(
338 { 338 {
339 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "%ls: %ls", rgPropertyKeys[i], rgPropertyValues[i]); 339 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "%ls: %ls", rgPropertyKeys[i], rgPropertyValues[i]);
340 } 340 }
341 BalExitOnFailure(hr = E_FILENOTFOUND, "Failed to locate coreclr.dll."); 341 BalExitWithRootFailure(hr, E_FILENOTFOUND, "Failed to locate coreclr.dll.");
342 } 342 }
343 343
344 hr = LoadCoreClr(pState, sczCoreClrPath); 344 hr = LoadCoreClr(pState, sczCoreClrPath);