Increase length of metrics divider
This commit is contained in:
@@ -305,7 +305,7 @@ void ThreadShowMetricsScreen()
|
|||||||
std::cout << "[" << _("Press Ctrl+C to exit") << "] [" << _("Set 'showmetrics=0' to hide") << "]" << std::endl;
|
std::cout << "[" << _("Press Ctrl+C to exit") << "] [" << _("Set 'showmetrics=0' to hide") << "]" << std::endl;
|
||||||
} else {
|
} else {
|
||||||
// Print delineator
|
// Print delineator
|
||||||
std::cout << "----------------" << std::endl;
|
std::cout << "----------------------------------------" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t nWaitEnd = GetTime() + nRefresh;
|
int64_t nWaitEnd = GetTime() + nRefresh;
|
||||||
|
|||||||
Reference in New Issue
Block a user