Record value of DEBUG_LOCKORDER in debug.log
This commit is contained in:
@@ -1085,6 +1085,13 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
||||||
LogPrintf("Hush version %s (%s)\n", FormatFullVersion());
|
LogPrintf("Hush version %s (%s)\n", FormatFullVersion());
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef DEBUG_LOCKORDER
|
||||||
|
LogPrintf("DEBUG_LOCKORDER enabled\n");
|
||||||
|
#else
|
||||||
|
LogPrintf("DEBUG_LOCKORDER disabled\n");
|
||||||
|
#endif
|
||||||
|
|
||||||
// when specifying an explicit binding address, you want to listen on it
|
// when specifying an explicit binding address, you want to listen on it
|
||||||
// even when -connect or -proxy is specified
|
// even when -connect or -proxy is specified
|
||||||
if (mapArgs.count("-bind")) {
|
if (mapArgs.count("-bind")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user