mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 12:35:58 +08:00
直接打印SockException类
This commit is contained in:
@@ -60,7 +60,7 @@ void RtpSession::onRecv(const Buffer::Ptr &data) {
|
||||
}
|
||||
|
||||
void RtpSession::onError(const SockException &err) {
|
||||
WarnP(this) << _stream_id << " " << err.what();
|
||||
WarnP(this) << _stream_id << " " << err;
|
||||
}
|
||||
|
||||
void RtpSession::onManager() {
|
||||
|
||||
Reference in New Issue
Block a user