From edf7009f0d591b132e7ac5eca878c8cc6077cb56 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 30 Sep 2025 11:35:56 +0200 Subject: [PATCH] vfs_fruit: Modernize a DEBUG Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/modules/vfs_fruit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.47.3