From: Volker Lendecke Date: Fri, 22 Oct 2021 15:30:46 +0000 (+0200) Subject: lib: Fix a debug typo in g_lock.c X-Git-Tag: ldb-2.5.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e9b8ceede2ac9fc9180a798fec7a2cb62e2be1;p=thirdparty%2Fsamba.git lib: Fix a debug typo in g_lock.c Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/lib/g_lock.c b/source3/lib/g_lock.c index 7eae374fbcf..2194f7164e1 100644 --- a/source3/lib/g_lock.c +++ b/source3/lib/g_lock.c @@ -896,7 +896,7 @@ static void g_lock_unlock_fn( } else { if (!exclusive) { DBG_DEBUG("Lock not found, self=%s, lck.exclusive=%s, " - "num_rec=%zu\n", + "num_shared=%zu\n", server_id_str_buf(state->self, &tmp1), server_id_str_buf(lck.exclusive, &tmp2), lck.num_shared);