diff --git a/sys/nfs41_debug.c b/sys/nfs41_debug.c index 0db4bfa..cb95ecb 100644 --- a/sys/nfs41_debug.c +++ b/sys/nfs41_debug.c @@ -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);