Added/tweaked debug messages for stats
This commit is contained in:
parent
54b9079ab1
commit
ed982b9eb3
3 changed files with 9 additions and 5 deletions
|
@ -1300,7 +1300,7 @@ namespace Mist {
|
|||
if (now == lastStats && !force){return;}
|
||||
lastStats = now;
|
||||
|
||||
EXTREME_MSG("Writing stats: %s, %s, %lu", getConnectedHost().c_str(), streamName.c_str(), crc & 0xFFFFFFFFu);
|
||||
HIGH_MSG("Writing stats: %s, %s, %lu, %llu, %llu", getConnectedHost().c_str(), streamName.c_str(), crc & 0xFFFFFFFFu, myConn.dataUp(), myConn.dataDown());
|
||||
if (statsPage.getData()){
|
||||
/*LTS-START*/
|
||||
if (!statsPage.isAlive()){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue