test
This commit is contained in:
@@ -987,7 +987,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
MarkStartTime();
|
MarkStartTime();
|
||||||
|
|
||||||
if ((chainparams.NetworkIDString() != "regtest") &&
|
if ((chainparams.NetworkIDString() != "regtest") &&
|
||||||
GetBoolArg("-showmetrics", isatty(STDOUT_FILENO)) &&
|
GetBoolArg("-showmetrics", 0) &&
|
||||||
!fPrintToConsole && !GetBoolArg("-daemon", false)) {
|
!fPrintToConsole && !GetBoolArg("-daemon", false)) {
|
||||||
// Start the persistent metrics interface
|
// Start the persistent metrics interface
|
||||||
ConnectMetricsScreen();
|
ConnectMetricsScreen();
|
||||||
|
|||||||
Reference in New Issue
Block a user