From: Samuel Cabrero Date: Tue, 13 Apr 2021 15:03:33 +0000 (+0200) Subject: s3: smbd: Use new debug macros X-Git-Tag: tevent-0.11.0~1139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed287c35d7a25fbabc6e573dfeaa95db39dcad7c;p=thirdparty%2Fsamba.git s3: smbd: Use new debug macros Signed-off-by: Samuel Cabrero Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 705e537a42a..915419c7e61 100644 --- a/source3/smbd/dosmode.c +++ b/source3/smbd/dosmode.c @@ -1210,14 +1210,14 @@ int file_ntimes(connection_struct *conn, const struct smb_filename *smb_fname, errno = 0; - DEBUG(6, ("file_ntime: actime: %s", - time_to_asc(convert_timespec_to_time_t(ft->atime)))); - DEBUG(6, ("file_ntime: modtime: %s", - time_to_asc(convert_timespec_to_time_t(ft->mtime)))); - DEBUG(6, ("file_ntime: ctime: %s", - time_to_asc(convert_timespec_to_time_t(ft->ctime)))); - DEBUG(6, ("file_ntime: createtime: %s", - time_to_asc(convert_timespec_to_time_t(ft->create_time)))); + DBG_INFO("actime: %s", + time_to_asc(convert_timespec_to_time_t(ft->atime))); + DBG_INFO("modtime: %s", + time_to_asc(convert_timespec_to_time_t(ft->mtime))); + DBG_INFO("ctime: %s", + time_to_asc(convert_timespec_to_time_t(ft->ctime))); + DBG_INFO("createtime: %s", + time_to_asc(convert_timespec_to_time_t(ft->create_time))); /* Don't update the time on read-only shares */ /* We need this as set_filetime (which can be called on