Added/tweaked debug messages for stats

This commit is contained in:
Thulinma 2016-06-09 18:42:32 +02:00
parent 54b9079ab1
commit ed982b9eb3
3 changed files with 9 additions and 5 deletions

View file

@ -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()){