mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
优化日志提示
This commit is contained in:
parent
0cab9c8d16
commit
f0ae5a1bd7
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user