more logging for wine fixes

This commit is contained in:
goat 2022-12-10 18:53:54 +01:00
parent d3797e2ff6
commit 71bcbde131
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 1 deletions

View file

@ -126,7 +126,7 @@ int InitializeClrAndGetEntryPoint(
// =========================================================================== //
logging::I("Loading module...");
logging::I("Loading module from {}...", module_path.c_str());
if ((result = g_clr->load_assembly_and_get_function_pointer(
module_path.c_str(),
entrypoint_assembly_name.c_str(),