diff --git a/reactos/dll/win32/kernel32/except/except.c b/reactos/dll/win32/kernel32/except/except.c index c866ef2d252..94409847a00 100644 --- a/reactos/dll/win32/kernel32/except/except.c +++ b/reactos/dll/win32/kernel32/except/except.c @@ -395,6 +395,7 @@ RaiseException(IN DWORD dwExceptionCode, { DPRINT1("Delphi Exception at address: %p\n", ExceptionRecord.ExceptionInformation[0]); DPRINT1("Exception-Object: %p\n", ExceptionRecord.ExceptionInformation[1]); + DPRINT1("Exception text: %s\n", ExceptionRecord.ExceptionInformation[2]); } /* Raise the exception */