From e2e5f5cd9da7d5a4d54a8c3fb3981ba82accc78e Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 16 Mar 2011 15:42:04 -0400 Subject: Fix -logtimestamps to only print time prefix once per output line Incorporate BlueMatt's fix to only timestamp upon new line, and move -logtimestamp checking outside OutputDebugPrintF() to better future-proof it. --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 1b780d5520..2a7dbb5107 100644 --- a/util.h +++ b/util.h @@ -148,6 +148,7 @@ extern bool fCommandLine; extern string strMiscWarning; extern bool fTestNet; extern bool fNoListen; +extern bool fLogTimestamps; void RandAddSeed(); void RandAddSeedPerfmon(); -- cgit v1.2.3