aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-06-22 10:13:31 -0700
committerJeff Garzik <[email protected]>2012-06-22 10:13:31 -0700
commitd62a1947be5350ed60066ccacc7aba43bbdf48fb (patch)
treebe8d16631130b297b04ebc5903048b8b900e75db /src/util.cpp
parentMerge pull request #1502 from jgarzik/getrawmempool (diff)
parentIntroduce -debugnet option, thereby quieting some redundant debug messages (diff)
downloaddiscoin-d62a1947be5350ed60066ccacc7aba43bbdf48fb.tar.xz
discoin-d62a1947be5350ed60066ccacc7aba43bbdf48fb.zip
Merge pull request #1458 from jgarzik/tracenet
Introduce -tracenet option, thereby quieting some redundant debug messages
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index b07c9c1b7..4b1c1ae11 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -58,6 +58,7 @@ using namespace std;
map<string, string> mapArgs;
map<string, vector<string> > mapMultiArgs;
bool fDebug = false;
+bool fDebugNet = false;
bool fPrintToConsole = false;
bool fPrintToDebugger = false;
bool fRequestShutdown = false;