Skip to content
Snippets Groups Projects
Commit 4da3d227 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-271: We have (practically) stopped by the time this logline is emitted.

parent 2085496f
No related branches found
No related tags found
1 merge request!85L2SS-271: Split statistics base classes off SSTs, cleaned those classes up a bit
...@@ -57,7 +57,7 @@ class StatisticsCollector(Thread): ...@@ -57,7 +57,7 @@ class StatisticsCollector(Thread):
self.parameters["last_invalid_packet"] = numpy.frombuffer(packet, dtype=numpy.uint8) self.parameters["last_invalid_packet"] = numpy.frombuffer(packet, dtype=numpy.uint8)
self.parameters["nof_invalid_packets"] += numpy.uint64(1) self.parameters["nof_invalid_packets"] += numpy.uint64(1)
logger.info("Stopping statistics thread") logger.info("Stopped statistics thread")
def join(self, timeout=0): def join(self, timeout=0):
# insert magic marker # insert magic marker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment