mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
直接打印SockException类
This commit is contained in:
@@ -336,7 +336,7 @@ void RtpSender::onFlushRtpList(shared_ptr<List<Buffer::Ptr> > rtp_list) {
|
||||
|
||||
void RtpSender::onErr(const SockException &ex) {
|
||||
_is_connect = false;
|
||||
WarnL << "send rtp connection lost: " << ex.what();
|
||||
WarnL << "send rtp connection lost: " << ex;
|
||||
onClose(ex);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user