From 3d3f211ab2169fee6148f87a50e792bd34fd9e3a Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 6 Aug 2021 11:45:41 +0200
Subject: [PATCH] L2SS-271: Do not refer to some derived class name in the base
 class.

---
 devices/clients/statistics_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/clients/statistics_client.py b/devices/clients/statistics_client.py
index b72afb1d9..65f2cbb20 100644
--- a/devices/clients/statistics_client.py
+++ b/devices/clients/statistics_client.py
@@ -61,7 +61,7 @@ class StatisticsClient(CommClient):
 
     def ping(self):
         if not self.statistics.isAlive():
-            raise Exception("SST thread died unexpectedly")
+            raise Exception("Statistics processing thread died unexpectedly")
 
         if not self.udp.isAlive():
             raise Exception("UDP thread died unexpectedly")
-- 
GitLab