diff options
author | Jean-François Micouleau <jfm@samba.org> | 2001-12-17 22:57:06 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 2001-12-17 22:57:06 +0000 |
commit | c44f4e9e3368320b7559059dc214fa6c003d1187 (patch) | |
tree | fb237502ad43581c783be8ce57e12b1935664872 | |
parent | f6d6825bc86662d54ff3920d7d5390d151f34b0f (diff) | |
download | samba-c44f4e9e3368320b7559059dc214fa6c003d1187.tar.gz samba-c44f4e9e3368320b7559059dc214fa6c003d1187.tar.xz samba-c44f4e9e3368320b7559059dc214fa6c003d1187.zip |
tidy up debug
J.F.
-rw-r--r-- | source/lib/util_seaccess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/util_seaccess.c b/source/lib/util_seaccess.c index b8dc43dede4..1ff7c329572 100644 --- a/source/lib/util_seaccess.c +++ b/source/lib/util_seaccess.c @@ -221,7 +221,7 @@ BOOL se_access_check(SEC_DESC *sd, NT_USER_TOKEN *token, *status = NT_STATUS_OK; *acc_granted = 0; - DEBUG(10,("se_access_check: requested access %x, for NT token with %u entries and first sid %s.\n", + DEBUG(10,("se_access_check: requested access 0x%08x, for NT token with %u entries and first sid %s.\n", (unsigned int)acc_desired, (unsigned int)token->num_sids, sid_to_string(sid_str, &token->user_sids[0]))); |