Merge remote-tracking branch 'zcash/master' into rebase
# Conflicts: # README.md # src/Makefile.gtest.include # src/chainparams.cpp # src/init.cpp # src/miner.cpp # src/wallet/wallet.cpp
This commit is contained in:
@@ -217,6 +217,7 @@ bool LogAcceptCategory(const char* category)
|
||||
|
||||
// if not debugging everything and not debugging specific category, LogPrint does nothing.
|
||||
if (setCategories.count(string("")) == 0 &&
|
||||
setCategories.count(string("1")) == 0 &&
|
||||
setCategories.count(string(category)) == 0)
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user