]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Modernize a DEBUG statement
authorVolker Lendecke <vl@samba.org>
Wed, 27 Sep 2023 15:43:33 +0000 (17:43 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 4 Oct 2023 20:31:36 +0000 (20:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_trans2.c

index 058fdce94639b4843227c155432b988e000e76c6..506d7481a571121cb1586c896014a51f021b495f 100644 (file)
@@ -1707,8 +1707,8 @@ static NTSTATUS smbd_marshall_dir_entry(TALLOC_CTX *ctx,
                        p+= 4;
                        SIVAL(p,0,reskey); p+= 4;
 
-                       DEBUG(10,("smbd_marshall_dir_entry: "
-                                 "SMB2_FILE_POSIX_INFORMATION\n"));
+                       DBG_DEBUG("SMB2_FILE_POSIX_INFORMATION\n");
+
                        if (!(conn->sconn->using_smb2)) {
                                return NT_STATUS_INVALID_LEVEL;
                        }