Increase length of metrics divider

This commit is contained in:
Jack Grigg
2016-11-29 18:17:28 +13:00
parent 18f656d2af
commit e2752e1eca

View File

@@ -305,7 +305,7 @@ void ThreadShowMetricsScreen()
std::cout << "[" << _("Press Ctrl+C to exit") << "] [" << _("Set 'showmetrics=0' to hide") << "]" << std::endl;
} else {
// Print delineator
std::cout << "----------------" << std::endl;
std::cout << "----------------------------------------" << std::endl;
}
int64_t nWaitEnd = GetTime() + nRefresh;