diff options
| author | Jeff Garzik <[email protected]> | 2012-06-22 10:13:31 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-06-22 10:13:31 -0700 |
| commit | d62a1947be5350ed60066ccacc7aba43bbdf48fb (patch) | |
| tree | be8d16631130b297b04ebc5903048b8b900e75db /src/util.cpp | |
| parent | Merge pull request #1502 from jgarzik/getrawmempool (diff) | |
| parent | Introduce -debugnet option, thereby quieting some redundant debug messages (diff) | |
| download | discoin-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.cpp | 1 |
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; |