mirror of
https://github.com/reactos/reactos.git
synced 2025-07-05 16:31:23 +00:00
Use correct format for arguments in debug messages
svn path=/trunk/; revision=19984
This commit is contained in:
parent
e3d8dc3fbd
commit
f2e1575922
14 changed files with 66 additions and 66 deletions
|
@ -72,7 +72,7 @@ RtlRaiseStatus(NTSTATUS Status)
|
|||
{
|
||||
EXCEPTION_RECORD ExceptionRecord;
|
||||
CONTEXT Context;
|
||||
DPRINT1("RtlRaiseStatus(Status 0x%.08x)\n", Status);
|
||||
DPRINT1("RtlRaiseStatus(Status 0x%.08lx)\n", Status);
|
||||
|
||||
/* Capture the context */
|
||||
RtlCaptureContext(&Context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue