Increase length of metrics divider

This commit is contained in:
Jack Grigg 2016-11-29 18:17:28 +13:00
parent 18f656d2af
commit e2752e1eca
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
1 changed files with 1 additions and 1 deletions

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;