We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27773fd commit 64b37c3Copy full SHA for 64b37c3
runtime/src/CoreClr.cpp
@@ -374,6 +374,7 @@ void CoreClr::CreateManagedHost(alt::IServer* server) {
374
auto wd = server->GetRootDirectory().CStr();
375
auto hostCfgPath = alt::String(wd) + HostCfg;
376
auto hostDllPath = alt::String(wd) + HostDll;
377
+ server->LogInfo(alt::String("coreclr-module: Prepare for loading config:") + hostCfgPath);
378
auto load_assembly_and_get_function_pointer = get_dotnet_load_assembly((const char_t*) hostCfgPath.CStr());
379
if (load_assembly_and_get_function_pointer == nullptr) return;
380
server->LogInfo(alt::String("coreclr-module: Prepare for executing host:") + hostDllPath);
0 commit comments