Revert incorrect code suggestion
This commit is contained in:
parent
ec95cd31ed
commit
62bb9a399a
@ -424,7 +424,7 @@ class Raft {
|
||||
|
||||
std::ostringstream out;
|
||||
|
||||
out << '\t' << micros.count() << "\t" << term << "\t" << io_.GetAddress().last_known_port;
|
||||
out << '\t' << (int)micros << "\t" << term << "\t" << io_.GetAddress().last_known_port;
|
||||
|
||||
out << role_string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user