diff --git a/src/Rtp/RtpSender.cpp b/src/Rtp/RtpSender.cpp index 4990f7ff..98a70b4e 100644 --- a/src/Rtp/RtpSender.cpp +++ b/src/Rtp/RtpSender.cpp @@ -283,7 +283,7 @@ void RtpSender::onFlushRtpList(shared_ptr > rtp_list) { void RtpSender::onErr(const SockException &ex) { _is_connect = false; - WarnL << "send rtp tcp connection lost: " << ex.what(); + WarnL << "send rtp connection lost: " << ex.what(); onClose(ex); }