完善rtp server日志打印

This commit is contained in:
ziyue 2022-07-29 17:57:52 +08:00
parent 24db0454a8
commit ace989d378

View File

@ -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() {