[cosmetic] printing process id in hex in print_error
This commit is contained in:
parent
44df987734
commit
cba20eeff4
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ ULONG __cdecl print_error(IN PCCH fmt, ...)
|
|||
time_fields.Milliseconds, msg);
|
||||
#else
|
||||
DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL,
|
||||
"[%ld] %s", IoGetCurrentProcess(), msg);
|
||||
"[%04x] %s", PsGetCurrentProcessId(), msg);
|
||||
#endif
|
||||
}
|
||||
va_end(args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue