优化日志提示

This commit is contained in:
xiongziliang 2022-08-27 11:00:24 +08:00
parent 0cab9c8d16
commit f0ae5a1bd7

View File

@ -283,7 +283,7 @@ void RtpSender::onFlushRtpList(shared_ptr<List<Buffer::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);
}