[SCM] Samba Shared Repository - branch v3-5-test updated

Volker Lendecke vlendec at samba.org
Mon Nov 2 02:09:25 MST 2009


The branch, v3-5-test has been updated
       via  cb1b5f9... s3: Make "debug hires timestamp" default to true
      from  54af185... s3:ldap: don't search when no values where found

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit cb1b5f93332839eb8fc048895c9c9539f775d9a8
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Nov 2 10:05:38 2009 +0100

    s3: Make "debug hires timestamp" default to true
    
    It does not cost much and can help a lot when debugging

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

Summary of changes:
 .../smbdotconf/logging/debughirestimestamp.xml     |    2 +-
 source3/param/loadparm.c                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/logging/debughirestimestamp.xml b/docs-xml/smbdotconf/logging/debughirestimestamp.xml
index 6f32bd5..6cc7b71 100644
--- a/docs-xml/smbdotconf/logging/debughirestimestamp.xml
+++ b/docs-xml/smbdotconf/logging/debughirestimestamp.xml
@@ -14,5 +14,5 @@
     </para>
 
 </description>
-<value type="default">no</value>
+<value type="default">yes</value>
 </samba:parameter>
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 049b5e9..93be017 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4984,7 +4984,7 @@ static void init_globals(bool first_time_only)
 	Globals.bTimestampLogs = True;
 	string_set(&Globals.szLogLevel, "0");
 	Globals.bDebugPrefixTimestamp = False;
-	Globals.bDebugHiresTimestamp = False;
+	Globals.bDebugHiresTimestamp = true;
 	Globals.bDebugPid = False;
 	Globals.bDebugUid = False;
 	Globals.bDebugClass = False;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list