Decrease debug message verbosity levels.
This commit is contained in:
parent
a001feafca
commit
e70a5c106d
3 changed files with 4 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue