Added some debug text to check stats coming through.
This commit is contained in:
parent
49cae23086
commit
62cd774288
2 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,7 @@ namespace Buffer{
|
|||
}
|
||||
if (StatsSocket.connected()){
|
||||
StatsSocket.write(Storage.toStyledString());
|
||||
std::cout << "Wrote stats to controller!" << std::endl;
|
||||
Storage["log"].clear();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue