[SCM] Samba Shared Repository - branch master updated

Ralph Böhme slow at samba.org
Tue Apr 6 14:40:01 UTC 2021


The branch, master has been updated
       via  11aac9d0433 smbd: reduce loglevel for failed openat_pathref_fsp() calls
      from  e742661bd25 tstream: Add tstream_npa_existing_stream()

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 11aac9d0433ab59740c40712c3782f1cf4ac0418
Author: Ralph Boehme <slow at samba.org>
Date:   Tue Apr 6 14:47:39 2021 +0200

    smbd: reduce loglevel for failed openat_pathref_fsp() calls
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=14685
    CI: https://gitlab.com/samba-team/samba/-/merge_requests/1884
    RN: Log clutter from filename_convert_internal()
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Ralph Böhme <slow at samba.org>
    Autobuild-Date(master): Tue Apr  6 14:39:46 UTC 2021 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/filename.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 3560837ad1e..f2b837d0263 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -2026,9 +2026,9 @@ static NTSTATUS filename_convert_internal(TALLOC_CTX *ctx,
 		}
 	}
 	if (!NT_STATUS_IS_OK(status)) {
-		DBG_ERR("open_pathref_fsp [%s] failed: %s\n",
-			smb_fname_str_dbg(smb_fname),
-			nt_errstr(status));
+		DBG_DEBUG("open_pathref_fsp [%s] failed: %s\n",
+			  smb_fname_str_dbg(smb_fname),
+			  nt_errstr(status));
 		return status;
 	}
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list