From 4da3d2274a80128af62b59f577acb401ac3ee962 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 6 Aug 2021 13:07:58 +0200 Subject: [PATCH] L2SS-271: We have (practically) stopped by the time this logline is emitted. --- devices/devices/sdp/statistics_collector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/devices/sdp/statistics_collector.py b/devices/devices/sdp/statistics_collector.py index f74ca788f..4954fd0c3 100644 --- a/devices/devices/sdp/statistics_collector.py +++ b/devices/devices/sdp/statistics_collector.py @@ -57,7 +57,7 @@ class StatisticsCollector(Thread): self.parameters["last_invalid_packet"] = numpy.frombuffer(packet, dtype=numpy.uint8) self.parameters["nof_invalid_packets"] += numpy.uint64(1) - logger.info("Stopping statistics thread") + logger.info("Stopped statistics thread") def join(self, timeout=0): # insert magic marker -- GitLab