[cosmetic] print processid instead of pointer to peprocess

This commit is contained in:
Olga Kornievskaia 2011-12-05 13:27:53 -05:00
parent e63cce53aa
commit 33a5f24f1f

View file

@ -60,7 +60,7 @@ ULONG __cdecl DbgP(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);