[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Tue Sep 21 20:29:01 UTC 2021


The branch, master has been updated
       via  9a24d8e491f lib:cmdline: fix a comment
      from  e50083ceb80 smbd: Update debug messages for failed sharemode release

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


- Log -----------------------------------------------------------------
commit 9a24d8e491fc5b289c3e25eb448574e035420536
Author: Michael Adam <obnox at samba.org>
Date:   Mon Sep 20 13:27:59 2021 +0200

    lib:cmdline: fix a comment
    
    The default log target was changed in 726ccf1d56b2979c827dd8586d1aeb6cb8de236c
    (as a side effect), but the comment was only partially updated.
    
    This patch fixes the comment by completing the orignal change to
    correctly reflect current behavior.
    
    Signed-off-by: Michael Adam <obnox at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Tue Sep 21 20:28:49 UTC 2021 on sn-devel-184

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

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


Changeset truncated at 500 lines:

diff --git a/lib/cmdline/cmdline.c b/lib/cmdline/cmdline.c
index 40292a6a332..5dd543f244d 100644
--- a/lib/cmdline/cmdline.c
+++ b/lib/cmdline/cmdline.c
@@ -67,8 +67,8 @@ bool samba_cmdline_init_common(TALLOC_CTX *mem_ctx)
 	fault_setup();
 
 	/*
-	 * Log to stdout by default.
-	 * This can be changed to stderr using the option: --debug-stdout
+	 * Log to stderr by default.
+	 * This can be changed to stdout using the option: --debug-stdout
 	 */
 	setup_logging(getprogname(), DEBUG_DEFAULT_STDERR);
 


-- 
Samba Shared Repository



More information about the samba-cvs mailing list