aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-16 15:42:04 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-16 15:42:04 -0400
commite2e5f5cd9da7d5a4d54a8c3fb3981ba82accc78e (patch)
treec794c4dc440471f32041b6e3b30c10dc4689d887 /util.h
parent27b7f3b43a3868cd4d4f97e03c35074c2ef12349 (diff)
downloadbitcoin-e2e5f5cd9da7d5a4d54a8c3fb3981ba82accc78e.tar.xz
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.
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
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();