mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
Print exe name when initialization fails.
This commit is contained in:
parent
c24c30fffc
commit
5f5034ff3b
@ -1877,7 +1877,7 @@ void WINAPI LdrInitializeThunk( HANDLE main_file, void *CreateFileW_ptr, ULONG u
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
error:
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user