The branch, master has been updated
       via  b66e4be Fix a couple of DEBUG statements that were copied from 
elsewhere. Removed the misleading function name since the DEBUG message will 
print out the function name anyway.
      from  dc2f910 s4:dsdb/tests: add test_timevalues1() to verify timestamp 
values

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


- Log -----------------------------------------------------------------
commit b66e4bed4f543c6fd23d23d298a1e985674ee7fd
Author: Richard Sharpe <[email protected]>
Date:   Sat Jan 24 15:24:46 2015 -0800

    Fix a couple of DEBUG statements that were copied from elsewhere. Removed 
the misleading function name since the DEBUG message will print out the 
function name anyway.
    
    Signed-of-by: Richard Sharpe <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Sun Jan 25 12:58:08 CET 2015 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_default.c b/source3/modules/vfs_default.c
index 5634cc0..5a4a187 100644
--- a/source3/modules/vfs_default.c
+++ b/source3/modules/vfs_default.c
@@ -223,8 +223,7 @@ static NTSTATUS vfswrap_get_dfs_referrals(struct 
vfs_handle_struct *handle,
                pathnamep[consumedcnt] = '\0';
 
                if (DEBUGLVL(3)) {
-                       dbgtext("setup_dfs_referral: Path %s to "
-                               "alternate path(s):",
+                       dbgtext("Path %s to alternate path(s):",
                                pathnamep);
                        for (i=0; i < junction->referral_count; i++) {
                                dbgtext(" %s",
@@ -330,8 +329,7 @@ static NTSTATUS vfswrap_get_dfs_referrals(struct 
vfs_handle_struct *handle,
                }
                break;
        default:
-               DEBUG(0,("setup_dfs_referral: Invalid dfs referral "
-                       "version: %d\n",
+               DEBUG(0,("Invalid dfs referral version: %d\n",
                        max_referral_level));
                return NT_STATUS_INVALID_LEVEL;
        }


-- 
Samba Shared Repository

Reply via email to