Commit f0ae5a1b by xiongziliang

优化日志提示

parent 0cab9c8d
......@@ -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);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论