[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Nov 2 02:08:59 MST 2009


The branch, master has been updated
       via  ad6ee94... s3: Make "debug hires timestamp" default to true
      from  a355365... s4:dsdb Fix up after the MAP_ constants became LDB_MAP_

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


- Log -----------------------------------------------------------------
commit ad6ee94950c0977463194b64faee9b012049bfd0
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