1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

libcli: Modernize a DEBUG

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
Volker Lendecke 2024-11-29 15:35:50 +01:00
parent 84faa9dbb4
commit f41dc1440b

View File

@ -598,10 +598,10 @@ NTSTATUS se_file_access_check(const struct security_descriptor *sd,
access_desired |= SEC_RIGHTS_PRIV_RESTORE;
}
DEBUG(10,("se_file_access_check: MAX desired = 0x%x "
"mapped to 0x%x\n",
orig_access_desired,
access_desired));
DBG_DEBUG("MAX desired = 0x%0" PRIx32 " mapped to 0x%" PRIx32
"\n ",
orig_access_desired,
access_desired);
}
status = se_access_check_implicit_owner(sd,