]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Fix a debug typo in g_lock.c
authorVolker Lendecke <vl@samba.org>
Fri, 22 Oct 2021 15:30:46 +0000 (17:30 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 11 Nov 2021 19:08:37 +0000 (19:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/g_lock.c

index 7eae374fbcf9a7a61ab956718141b72ea563c442..2194f7164e12411f4e89af83dbfff0f0a0d53125 100644 (file)
@@ -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);