diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/edioutput/Transport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/edioutput/Transport.cpp b/contrib/edioutput/Transport.cpp index b4b6f1a..3898213 100644 --- a/contrib/edioutput/Transport.cpp +++ b/contrib/edioutput/Transport.cpp @@ -210,8 +210,8 @@ void Sender::tcp_send_client_t::send_packet(const std::vector<uint8_t> &frame) const auto error_stats = sock.sendall(frame); if (verbose and error_stats.has_seen_new_errors) { - etiLog.level(warn) << "TCP output " << dest_addr << ":" << dest_port - << " has " << error_stats.num_reconnects + etiLog.level(warn) << "TCP output " << dest_addr << ":" << dest_port + << " has " << error_stats.num_reconnects << " reconnects: most recent error: " << error_stats.last_error; } } |