1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

r24034: Print the full cluster pid in print_lock_struct

This commit is contained in:
Volker Lendecke 2007-07-24 11:50:54 +00:00 committed by Gerald (Jerry) Carter
parent b74797a31e
commit ff1996ce4b

View File

@ -41,11 +41,11 @@ static struct db_context *brlock_db;
static void print_lock_struct(unsigned int i, struct lock_struct *pls) 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, i,
(unsigned int)pls->context.smbpid, (unsigned int)pls->context.smbpid,
(unsigned int)pls->context.tid, (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", DEBUG(10,("start = %.0f, size = %.0f, fnum = %d, %s %s\n",
(double)pls->start, (double)pls->start,