diff options
-rw-r--r-- | xlators/features/locks/src/internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/internal.c b/xlators/features/locks/src/internal.c index 6fcb1550c..5bdaeac70 100644 --- a/xlators/features/locks/src/internal.c +++ b/xlators/features/locks/src/internal.c @@ -71,7 +71,7 @@ release_inode_locks_of_transport (xlator_t *this, "releasing lock on %s held by " "{transport=%p, pid=%"PRId64"}", path, trans, - (long long) l->client_pid); + (uint64_t) l->client_pid); if (path) FREE (path); |