Update src/io/rsm/raft.hpp

Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
Tyler Neely 2022-08-30 09:12:54 +02:00 committed by GitHub
parent c0bbfc4f0e
commit ec95cd31ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -424,7 +424,7 @@ class Raft {
std::ostringstream out;
out << '\t' << (int)micros << "\t" << term << "\t" << io_.GetAddress().last_known_port;
out << '\t' << micros.count() << "\t" << term << "\t" << io_.GetAddress().last_known_port;
out << role_string;