Commit 5f5034ff authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Print exe name when initialization fails.

parent c24c30ff
......@@ -1877,7 +1877,7 @@ void WINAPI LdrInitializeThunk( HANDLE main_file, void *CreateFileW_ptr, ULONG u
return;
error:
ERR( "Main exe initialization failed, status %lx\n", status );
ERR( "Main exe initialization for %s failed, status %lx\n", debugstr_w(main_exe_name->Buffer), status );
exit(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment