1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smbd: Modernize a DEBUG

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2024-06-20 20:06:44 +02:00 committed by Jeremy Allison
parent 6d0444a7bf
commit 6e7a1cc646

View File

@ -457,10 +457,11 @@ NTSTATUS set_ea_dos_attribute(connection_struct *conn,
dosattrib.info.info5.create_time = full_timespec_to_nt_time(
&smb_fname->st.st_ex_btime);
DEBUG(10,("set_ea_dos_attributes: set attribute 0x%x, btime = %s on file %s\n",
(unsigned int)dosmode,
time_to_asc(convert_timespec_to_time_t(smb_fname->st.st_ex_btime)),
smb_fname_str_dbg(smb_fname) ));
DBG_DEBUG("set attribute 0x%" PRIx32 ", btime = %s on file %s\n",
dosmode,
time_to_asc(convert_timespec_to_time_t(
smb_fname->st.st_ex_btime)),
smb_fname_str_dbg(smb_fname));
ndr_err = ndr_push_struct_blob(
&blob, talloc_tos(), &dosattrib,