summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-05-27 02:49:23 +0000
committerLuke Leighton <lkcl@samba.org>2000-05-27 02:49:23 +0000
commit9d1bc48232d3f2d1994424008f88b7f7982cf233 (patch)
treeca75f72974eacd2b1ec11fa015c53b8f9a24d63d /source3/param
parentb673d5f7970e749c6f975bb3fb084334212ae361 (diff)
downloadsamba-9d1bc48232d3f2d1994424008f88b7f7982cf233.tar.gz
samba-9d1bc48232d3f2d1994424008f88b7f7982cf233.tar.bz2
samba-9d1bc48232d3f2d1994424008f88b7f7982cf233.zip
TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!
switched default to False, i expect someone to revert this very soon [for security reasons], but for now am doing this so i don't get exasperated by seeing stupid timestamps splitting up debug output. (This used to be commit 038dab9053c51938538f693db405ccabb0af9010)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 39bb63f137..f058dead2f 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -989,7 +989,7 @@ static void init_globals(void)
Globals.bStripDot = False;
Globals.syslog = 1;
Globals.bSyslogOnly = False;
- Globals.bTimestampLogs = True;
+ Globals.bTimestampLogs = False;
Globals.bDebugHiresTimestamp = False;
Globals.bDebugPid = False;
Globals.bDebugUid = False;