From: Volker Lendecke Date: Tue, 30 Sep 2025 09:35:56 +0000 (+0200) Subject: vfs_fruit: Modernize a DEBUG X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf7009f0d591b132e7ac5eca878c8cc6077cb56;p=thirdparty%2Fsamba.git vfs_fruit: Modernize a DEBUG Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index c95a3bc5e84..ef3375cea18 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -3480,8 +3480,7 @@ static int fruit_stat(vfs_handle_struct *handle, { int rc = -1; - DEBUG(10, ("fruit_stat called for %s\n", - smb_fname_str_dbg(smb_fname))); + DBG_DEBUG("called for %s\n", smb_fname_str_dbg(smb_fname)); if (!is_named_stream(smb_fname)) { rc = SMB_VFS_NEXT_STAT(handle, smb_fname);