From cd93ca37c7a9688e1a1273d62623b2b9e17b36ca Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 31 Aug 2025 19:01:36 +0200 Subject: Remove trailing spaces --- contrib/edioutput/Transport.cpp | 4 ++-- 1 file 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 &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; } } -- cgit v1.2.3