smbd: Fix a few DEBUG statements
authorVolker Lendecke <vl@samba.org>
Mon, 30 Jul 2018 11:00:22 +0000 (13:00 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 17 Aug 2018 16:25:08 +0000 (18:25 +0200)
commit22be863ba3ad2c9269b0154f7540300c37fb1ff0
tree34bfba477b3f158e50d8e46eb9ee6e62b6f1e323
parent0d38e9e84831759ebcd13b40bfe4d70f127b724d
smbd: Fix a few DEBUG statements

%u is not necessarily correct for uint32_t, avoid casts

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/locking.c