No longer print RTSP data to stderr on transport error

This commit is contained in:
Thulinma 2018-03-01 16:37:43 +01:00
parent fc84b501b3
commit abda56ced8

View file

@ -259,8 +259,8 @@ namespace Mist{
return true;
}
// Print anything possibly interesting to cerr
std::cerr << recH.BuildRequest() << std::endl;
//DO NOT Print anything possibly interesting to cerr
//std::cerr << recH.BuildRequest() << std::endl;
recH.Clean();
return true;
}