From 2a99baafdcac46931b00a9ef9e77340dbc319b58 Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 14 Oct 2019 13:36:58 -0400 Subject: remove unnecessary std::move() --- test/test_p2p_stress.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test_p2p_stress.cpp') diff --git a/test/test_p2p_stress.cpp b/test/test_p2p_stress.cpp index 49f1b2e..e4341bb 100644 --- a/test/test_p2p_stress.cpp +++ b/test/test_p2p_stress.cpp @@ -151,7 +151,9 @@ void install_proto(AppContext &app, const size_t &seg_buff_size) { } if (msg.hash != tc.hash) { - SALTICIDAE_LOG_ERROR("corrupted I/O!"); + SALTICIDAE_LOG_ERROR("%s corrupted I/O: from=%s view=%d state=%d", + std::string(app.addr).c_str(), + std::string(addr).c_str(), msg.view, tc.state); exit(1); } -- cgit v1.2.3