summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-24 11:50:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:58 -0500
commit63fcb7a2fd0064121ec71c913d32102b7de6dc6f (patch)
tree4e57643fc8bf45b8ef326d44971bc34c40eade81 /source3/locking
parent798fc28a6a1c660ea65cfd56c4c50ab425b728cd (diff)
downloadsamba-63fcb7a2fd0064121ec71c913d32102b7de6dc6f.tar.gz
samba-63fcb7a2fd0064121ec71c913d32102b7de6dc6f.tar.bz2
samba-63fcb7a2fd0064121ec71c913d32102b7de6dc6f.zip
r24034: Print the full cluster pid in print_lock_struct
(This used to be commit ff1996ce4b0edfee90758c85ea0ac653877a1b9f)
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/brlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c
index 41a7b9ea4a..e79b531776 100644
--- a/source3/locking/brlock.c
+++ b/source3/locking/brlock.c
@@ -41,11 +41,11 @@ static struct db_context *brlock_db;
static void print_lock_struct(unsigned int i, struct lock_struct *pls)
{
- DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = %u, ",
+ DEBUG(10,("[%u]: smbpid = %u, tid = %u, pid = %s, ",
i,
(unsigned int)pls->context.smbpid,
(unsigned int)pls->context.tid,
- (unsigned int)procid_to_pid(&pls->context.pid) ));
+ procid_str_static(&pls->context.pid) ));
DEBUG(10,("start = %.0f, size = %.0f, fnum = %d, %s %s\n",
(double)pls->start,