diff --git a/src/Rtsp/RtspSession.cpp b/src/Rtsp/RtspSession.cpp index 35e4f395..9c603cc1 100644 --- a/src/Rtsp/RtspSession.cpp +++ b/src/Rtsp/RtspSession.cpp @@ -366,7 +366,7 @@ void RtspSession::onAuthSuccess() { if (strongSelf->_aTrackInfo.empty()) { //该流无效 strongSelf->send_StreamNotFound(); - strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp:" << strongSelf->_strSdp)); + strongSelf->shutdown(SockException(Err_shutdown,"can not find any availabe track in sdp")); return; } strongSelf->_strSession = makeRandStr(12);