[cosmetic] print processid instead of pointer to peprocess
This commit is contained in:
parent
e63cce53aa
commit
33a5f24f1f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ ULONG __cdecl DbgP(IN PCCH fmt, ...)
|
||||||
time_fields.Milliseconds, msg);
|
time_fields.Milliseconds, msg);
|
||||||
#else
|
#else
|
||||||
DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL,
|
DbgPrintEx(DPFLTR_IHVNETWORK_ID, DPFLTR_ERROR_LEVEL,
|
||||||
"[%ld] %s", IoGetCurrentProcess(), msg);
|
"[%04x] %s", PsGetCurrentProcessId(), msg);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue