From ff7063bed3878938ae2f57897eb0fc049b570d27 Mon Sep 17 00:00:00 2001 From: Alex Wiens <alex.wiens@uni-paderborn.de> Date: Mon, 17 Feb 2025 18:41:57 +0100 Subject: [PATCH] Prule.daemon: Fix typo --- prule/daemon/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prule/daemon/__main__.py b/prule/daemon/__main__.py index 20ca655..9327b54 100644 --- a/prule/daemon/__main__.py +++ b/prule/daemon/__main__.py @@ -1008,7 +1008,7 @@ class PruleThread(threading.Thread): return self.stopThread with self.stopCondition: if self.stopThread == False: - print("CCheckThread: sleep") + print("CCCheckThread: sleep") self.stopCondition.wait(30) self.stopCondition.wait_for(threadStopped, 30) -- GitLab