Skip to content
Snippets Groups Projects
Commit 5f5034ff authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard
Browse files

Print exe name when initialization fails.

parent c24c30ff
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment