Tweaked debug message verbosity
This commit is contained in:
parent
ea8b3ecb78
commit
764ad599e8
1 changed files with 3 additions and 3 deletions
|
@ -1084,8 +1084,8 @@ namespace Mist{
|
||||||
// if yes, seek here
|
// if yes, seek here
|
||||||
if (good){
|
if (good){
|
||||||
HIGH_MSG("Skipping forward %" PRIu64 "ms (%" PRIu64 " ms LA, %" PRIu64
|
HIGH_MSG("Skipping forward %" PRIu64 "ms (%" PRIu64 " ms LA, %" PRIu64
|
||||||
" ms mKA, %lu eKA, > %" PRIu32 "ms)",
|
" ms mKA, %lu eKA, > %" PRIu32 "ms, mSa %" PRIu64 " ms)",
|
||||||
seekPos - cTime, needsLookAhead, mKa, extraKeepAway, seekCount * 100);
|
seekPos - cTime, needsLookAhead, mKa, extraKeepAway, seekCount * 100, maxSkipAhead);
|
||||||
if (seekCount < 20){++seekCount;}
|
if (seekCount < 20){++seekCount;}
|
||||||
seek(seekPos);
|
seek(seekPos);
|
||||||
return true;
|
return true;
|
||||||
|
@ -1693,7 +1693,7 @@ namespace Mist{
|
||||||
|
|
||||||
lastStats = now;
|
lastStats = now;
|
||||||
|
|
||||||
HIGH_MSG("Writing stats: %s, %s, %u, %lu, %lu", getConnectedHost().c_str(), streamName.c_str(),
|
VERYHIGH_MSG("Writing stats: %s, %s, %u, %lu, %lu", getConnectedHost().c_str(), streamName.c_str(),
|
||||||
crc & 0xFFFFFFFFu, myConn.dataUp(), myConn.dataDown());
|
crc & 0xFFFFFFFFu, myConn.dataUp(), myConn.dataDown());
|
||||||
/*LTS-START*/
|
/*LTS-START*/
|
||||||
if (statComm.getStatus() & COMM_STATUS_REQDISCONNECT){
|
if (statComm.getStatus() & COMM_STATUS_REQDISCONNECT){
|
||||||
|
|
Loading…
Add table
Reference in a new issue