[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Nov 29 10:53:03 UTC 2018


The branch, master has been updated
       via  e99402235da s3/testparm: Reduce debug level to 1
      from  dbbf978ae06 s4:torture: Use #ifdef instead of #if for config.h definitions

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


- Log -----------------------------------------------------------------
commit e99402235da3ab0ea77f0a68393294088939ab78
Author: Anoop C S <anoopcs at redhat.com>
Date:   Fri Nov 23 14:11:45 2018 +0530

    s3/testparm: Reduce debug level to 1
    
    Adhere to what we document in manual page for testparm that default
    debug level is set to reasonable value 1.
    
    Signed-off-by: Anoop C S <anoopcs at redhat.com>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Thu Nov 29 11:52:22 CET 2018 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c
index 88dfc42d492..7da2fa69765 100644
--- a/source3/utils/testparm.c
+++ b/source3/utils/testparm.c
@@ -666,11 +666,11 @@ static void do_per_share_checks(int s)
 
 	smb_init_locale();
 	/*
-	 * Set the default debug level to 2.
+	 * Set the default debug level to 1.
 	 * Allow it to be overridden by the command line,
 	 * not by smb.conf.
 	 */
-	lp_set_cmdline("log level", "2");
+	lp_set_cmdline("log level", "1");
 
 	pc = poptGetContext(NULL, argc, argv, long_options,
 			    POPT_CONTEXT_KEEP_FIRST);


-- 
Samba Shared Repository



More information about the samba-cvs mailing list