From: Volker Lendecke Date: Tue, 24 Jul 2007 11:50:54 +0000 (+0000) Subject: r24034: Print the full cluster pid in print_lock_struct X-Git-Tag: samba-4.0.0alpha6~801^2~5254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63fcb7a2fd0064121ec71c913d32102b7de6dc6f;p=thirdparty%2Fsamba.git r24034: Print the full cluster pid in print_lock_struct (This used to be commit ff1996ce4b0edfee90758c85ea0ac653877a1b9f) --- diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 41a7b9ea4ab..e79b5317763 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,