1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3: Make "debug hires timestamp" default to true

It does not cost much and can help a lot when debugging
This commit is contained in:
Volker Lendecke 2009-11-02 10:05:38 +01:00
parent a3553658bf
commit ad6ee94950
2 changed files with 2 additions and 2 deletions

View File

@ -14,5 +14,5 @@
</para>
</description>
<value type="default">no</value>
<value type="default">yes</value>
</samba:parameter>

View File

@ -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;