diff options
Diffstat (limited to 'src/hotstuff_client.cpp')
-rw-r--r-- | src/hotstuff_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotstuff_client.cpp b/src/hotstuff_client.cpp index c1e7ea4..e213e78 100644 --- a/src/hotstuff_client.cpp +++ b/src/hotstuff_client.cpp @@ -67,7 +67,7 @@ void try_send() { void client_resp_cmd_handler(MsgRespCmd &&msg, MsgNetwork<opcode_t>::conn_t) { auto &fin = msg.fin; - HOTSTUFF_LOG_DEBUG("got %s", std::string(msg).c_str()); + HOTSTUFF_LOG_DEBUG("got %s", std::string(msg.fin).c_str()); const uint256_t &cmd_hash = fin.cmd_hash; auto it = waiting.find(cmd_hash); if (fin.rid != proposer) |