mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
failure_detector: Print application_state properly
This commit is contained in:
@@ -192,8 +192,7 @@ void failure_detector::append_endpoint_state(std::stringstream& ss, endpoint_sta
|
||||
if (app_state == application_state::TOKENS) {
|
||||
continue;
|
||||
}
|
||||
// FIXME: Add operator<< for application_state
|
||||
ss << " " << int32_t(app_state) << ":" << value.value << "\n";
|
||||
ss << " " << app_state << ":" << value.value << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user