Skip to content

Commit 64b37c3

Browse files
Add config debug path
1 parent 27773fd commit 64b37c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/CoreClr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ void CoreClr::CreateManagedHost(alt::IServer* server) {
374374
auto wd = server->GetRootDirectory().CStr();
375375
auto hostCfgPath = alt::String(wd) + HostCfg;
376376
auto hostDllPath = alt::String(wd) + HostDll;
377+
server->LogInfo(alt::String("coreclr-module: Prepare for loading config:") + hostCfgPath);
377378
auto load_assembly_and_get_function_pointer = get_dotnet_load_assembly((const char_t*) hostCfgPath.CStr());
378379
if (load_assembly_and_get_function_pointer == nullptr) return;
379380
server->LogInfo(alt::String("coreclr-module: Prepare for executing host:") + hostDllPath);

0 commit comments

Comments
 (0)