From 33a5f24f1fa752dfbb7666cda221eeba17d1caa2 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Mon, 5 Dec 2011 13:27:53 -0500 Subject: [PATCH] [cosmetic] print processid instead of pointer to peprocess --- sys/nfs41_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/nfs41_debug.c b/sys/nfs41_debug.c index baf8088..764e3f8 100644 --- a/sys/nfs41_debug.c +++ b/sys/nfs41_debug.c @@ -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);