完善rtp server日志打印
This commit is contained in:
parent
24db0454a8
commit
ace989d378
|
|
@ -59,7 +59,7 @@ void RtpSession::onRecv(const Buffer::Ptr &data) {
|
|||
}
|
||||
|
||||
void RtpSession::onError(const SockException &err) {
|
||||
WarnL << _stream_id << " " << err.what();
|
||||
WarnP(this) << _stream_id << " " << err.what();
|
||||
}
|
||||
|
||||
void RtpSession::onManager() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue