Modified unhandled exception message to contain also thread

identifier.
This commit is contained in:
Juraj Hercek 2003-07-09 21:57:56 +00:00 committed by Alexandre Julliard
parent 286c605583
commit f872d9a30d

View file

@ -233,7 +233,7 @@ static BOOL start_debugger(PEXCEPTION_POINTERS epointers, HANDLE hEvent)
static const WCHAR DebuggerW[] = {'D','e','b','u','g','g','e','r',0};
static const WCHAR AutoW[] = {'A','u','t','o',0};
MESSAGE("wine: Unhandled exception, starting debugger...\n");
MESSAGE("wine: Unhandled exception (thread %04lx), starting debugger...\n", GetCurrentThreadId());
attr.Length = sizeof(attr);
attr.RootDirectory = 0;