diff --git a/prule/daemon/__main__.py b/prule/daemon/__main__.py
index 20ca6556a6d89c597847539afe2b5aefe9de1739..9327b54c509d1261d8f8e6f57129b2776dbe0d96 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)