Decrease debug message verbosity levels.

This commit is contained in:
Thulinma 2015-01-15 10:20:49 +01:00
parent a001feafca
commit e70a5c106d
3 changed files with 4 additions and 5 deletions

View file

@ -164,7 +164,7 @@ namespace Mist {
void OutHDS::sendNext(){
if (currentPacket.getTime() >= playUntil){
DEBUG_MSG(DLVL_DEVEL, "(%d) Done sending fragment", getpid() );
DEBUG_MSG(DLVL_HIGH, "(%d) Done sending fragment", getpid() );
stop();
wantRequest = true;
H.Chunkify("", 0, myConn);