]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r24034: Print the full cluster pid in print_lock_struct
authorVolker Lendecke <vlendec@samba.org>
Tue, 24 Jul 2007 11:50:54 +0000 (11:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:58 +0000 (12:28 -0500)
(This used to be commit ff1996ce4b0edfee90758c85ea0ac653877a1b9f)

source3/locking/brlock.c

index 41a7b9ea4ab72010571e8d737b133a96f7ba4068..e79b531776392b19a9ae76688e4a67c63a5b4f2d 100644 (file)
@@ -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,