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; return true;
} }
// Print anything possibly interesting to cerr //DO NOT Print anything possibly interesting to cerr
std::cerr << recH.BuildRequest() << std::endl; //std::cerr << recH.BuildRequest() << std::endl;
recH.Clean(); recH.Clean();
return true; return true;
} }