mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
完善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
Block a user