The branch, master has been updated
       via  1be7e8b smbd: remove function name from a DBG_INFO in a recent 
commit
      from  d4c2395 smbd: do not disable "store dos attributes" on-the-fly

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


- Log -----------------------------------------------------------------
commit 1be7e8b9d89fb061ca5707831b6a1151def89be4
Author: Uri Simchoni <[email protected]>
Date:   Sun Dec 27 07:17:58 2015 +0200

    smbd: remove function name from a DBG_INFO in a recent commit
    
    We now have <function_name:> embedded automatically into DBG_XXX-
    generated messages.
    
    Signed-off-by: Uri Simchoni <[email protected]>
    Reviewed-by: Michael Adam <[email protected]>
    
    Autobuild-User(master): Michael Adam <[email protected]>
    Autobuild-Date(master): Tue Dec 29 04:18:19 CET 2015 on sn-devel-144

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

Summary of changes:
 source3/smbd/dosmode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 942d286..ecc211c 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -279,7 +279,7 @@ static bool get_ea_dos_attribute(connection_struct *conn,
                                   SAMBA_XATTR_DOS_ATTRIB, attrstr,
                                   sizeof(attrstr));
        if (sizeret == -1) {
-               DBG_INFO("get_ea_dos_attribute: Cannot get attribute "
+               DBG_INFO("Cannot get attribute "
                         "from EA on file %s: Error = %s\n",
                         smb_fname_str_dbg(smb_fname), strerror(errno));
                return False;
@@ -413,7 +413,7 @@ static bool set_ea_dos_attribute(connection_struct *conn,
                files_struct *fsp = NULL;
 
                if((errno != EPERM) && (errno != EACCES)) {
-                       DBG_INFO("set_ea_dos_attributes: Cannot set "
+                       DBG_INFO("Cannot set "
                                 "attribute EA on file %s: Error = %s\n",
                                 smb_fname_str_dbg(smb_fname), strerror(errno));
                        return false;


-- 
Samba Shared Repository

Reply via email to