diff --git a/Buffer/main.cpp b/Buffer/main.cpp index b9b080bb..b822f067 100644 --- a/Buffer/main.cpp +++ b/Buffer/main.cpp @@ -254,8 +254,7 @@ namespace Buffer{ StatsSocket = Socket::Connection("/tmp/ddv_statistics", true); } if (StatsSocket.connected()){ - StatsSocket.write(Storage.toStyledString()); - std::cout << "Wrote stats to controller!" << std::endl; + StatsSocket.write(Storage.toStyledString()+"\n\n"); Storage["log"].clear(); } }