Merge pull request #1458 from jgarzik/tracenet

Introduce -tracenet option, thereby quieting some redundant debug messages
This commit is contained in:
Jeff Garzik
2012-06-22 10:13:31 -07:00
5 changed files with 13 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ inline void Sleep(int64 n)
extern std::map<std::string, std::string> mapArgs;
extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
extern bool fDebugNet;
extern bool fPrintToConsole;
extern bool fPrintToDebugger;
extern bool fRequestShutdown;