diff --git a/src/init.cpp b/src/init.cpp index 91aeda565..7458d4847 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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("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 // even when -connect or -proxy is specified if (mapArgs.count("-bind")) {