Print exe name when initialization fails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog:
Print exe name when initialization fails

Index: dlls/ntdll/loader.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/loader.c,v
retrieving revision 1.60
diff -u -r1.60 loader.c
--- dlls/ntdll/loader.c 3 Dec 2003 20:28:41 -0000       1.60
+++ dlls/ntdll/loader.c 22 Dec 2003 19:16:09 -0000
@@ -1877,7 +1877,7 @@
     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);
 }
  




[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux