mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 04:25:58 +08:00
直接打印SockException类
This commit is contained in:
@@ -101,7 +101,7 @@ void RtmpPlayer::onPlayResult_l(const SockException &ex, bool handshake_done) {
|
||||
return;
|
||||
}
|
||||
|
||||
WarnL << ex.getErrCode() << " " << ex.what();
|
||||
WarnL << ex.getErrCode() << " " << ex;
|
||||
if (!handshake_done) {
|
||||
//开始播放阶段
|
||||
_play_timer.reset();
|
||||
|
||||
Reference in New Issue
Block a user