diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-08-31 19:01:36 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-08-31 19:01:36 +0200 |
commit | cd93ca37c7a9688e1a1273d62623b2b9e17b36ca (patch) | |
tree | 8ce1a396d1a7127ac1aed1f9009ab205775194c2 /contrib | |
parent | 73d0a6134a9060a9f3cf15b5ce76a5f2747fb1f2 (diff) | |
download | ODR-AudioEnc-next.tar.gz ODR-AudioEnc-next.tar.bz2 ODR-AudioEnc-next.zip |
Remove trailing spacesnext
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; } } |