summaryrefslogtreecommitdiffstats
path: root/source/locking/brlock.c
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
commitff1996ce4b0edfee90758c85ea0ac653877a1b9f (patch)
tree369bfa47706e362e78ac4c382fcd3ec79918bb53 /source/locking/brlock.c
parentb74797a31eae1c59c1a23934a3302987de9ab87c (diff)
downloadsamba-ff1996ce4b0edfee90758c85ea0ac653877a1b9f.tar.gz
samba-ff1996ce4b0edfee90758c85ea0ac653877a1b9f.tar.xz
samba-ff1996ce4b0edfee90758c85ea0ac653877a1b9f.zip
r24034: Print the full cluster pid in print_lock_struct
Diffstat (limited to 'source/locking/brlock.c')
-rw-r--r--source/locking/brlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/locking/brlock.c b/source/locking/brlock.c
index 41a7b9ea4ab..e79b5317763 100644
--- a/source/locking/brlock.c
+++ b/source/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,