From 764ad599e801128ece99c5add1b8423555db675e Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 15 Apr 2021 09:44:51 +0200 Subject: [PATCH] Tweaked debug message verbosity --- src/output/output.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/output/output.cpp b/src/output/output.cpp index c3322954..3aa3ba81 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -1084,8 +1084,8 @@ namespace Mist{ // if yes, seek here if (good){ HIGH_MSG("Skipping forward %" PRIu64 "ms (%" PRIu64 " ms LA, %" PRIu64 - " ms mKA, %lu eKA, > %" PRIu32 "ms)", - seekPos - cTime, needsLookAhead, mKa, extraKeepAway, seekCount * 100); + " ms mKA, %lu eKA, > %" PRIu32 "ms, mSa %" PRIu64 " ms)", + seekPos - cTime, needsLookAhead, mKa, extraKeepAway, seekCount * 100, maxSkipAhead); if (seekCount < 20){++seekCount;} seek(seekPos); return true; @@ -1693,7 +1693,7 @@ namespace Mist{ 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()); /*LTS-START*/ if (statComm.getStatus() & COMM_STATUS_REQDISCONNECT){