mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
mon/health_checks: format 'health summary' with a colon
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
ee30f1b68a
commit
2a3f89fe6b
@ -171,7 +171,7 @@ struct health_check_map_t {
|
||||
|
||||
void dump_detail(std::string *plain) const {
|
||||
for (auto& p : checks) {
|
||||
*plain += p.first + " " + p.second.summary + "\n";
|
||||
*plain += p.first + ": " + p.second.summary + "\n";
|
||||
for (auto& d : p.second.detail) {
|
||||
*plain += " ";
|
||||
*plain += d;
|
||||
|
Loading…
Reference in New Issue
Block a user