Windows: AFSValidateProcessEntry, ullProcessId 64-bit
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 10 Apr 2012 14:17:51 +0000 (10:17 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 10 Apr 2012 17:37:24 +0000 (10:37 -0700)
In AFSValidateProcessEntry(), ullProcessId is 64-bit and must be
printed as an %I64X in AFSDbgLogMsg() formats.

Change-Id: I0e1cd45383c4512eb271c294674bbfe3f0f39bef
Reviewed-on: http://gerrit.openafs.org/7172
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

src/WINNT/afsrdr/kernel/fs/AFSProcessSupport.cpp

index 7e09dc4..7268d5c 100644 (file)
@@ -458,7 +458,7 @@ AFSValidateProcessEntry( IN HANDLE ProcessId)
 
                     AFSDbgLogMsg( AFS_SUBSYSTEM_AUTHGROUP_PROCESSING,
                                   AFS_TRACE_LEVEL_VERBOSE,
-                                  "%s PID %08lX Session %08lX inherited Active AuthGroup %wZ from thread %I64X\n",
+                                  "%s PID %I64X Session %08lX inherited Active AuthGroup %wZ from thread %I64X\n",
                                   __FUNCTION__,
                                   ullProcessID,
                                   ulSessionId,
@@ -487,7 +487,7 @@ AFSValidateProcessEntry( IN HANDLE ProcessId)
 
                     AFSDbgLogMsg( AFS_SUBSYSTEM_AUTHGROUP_PROCESSING,
                                   AFS_TRACE_LEVEL_VERBOSE,
-                                  "%s PID %08lX Session %08lX inherited Active AuthGroup %wZ from parent PID %I64X\n",
+                                  "%s PID %I64X Session %08lX inherited Active AuthGroup %wZ from parent PID %I64X\n",
                                   __FUNCTION__,
                                   ullProcessID,
                                   ulSessionId,