No longer print RTSP data to stderr on transport error
This commit is contained in:
parent
fc84b501b3
commit
abda56ced8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue