Revert incorrect code suggestion

This commit is contained in:
Tyler Neely 2022-08-30 07:51:36 +00:00
parent ec95cd31ed
commit 62bb9a399a

View File

@ -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;