From 44f45324524db9f8e82cebdc1d91047a0e82c996 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 2 Jan 2021 02:25:07 +0100 Subject: [PATCH] add debug logging --- owrx/cpu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/cpu.py b/owrx/cpu.py index 9405b8f..6b2b82c 100644 --- a/owrx/cpu.py +++ b/owrx/cpu.py @@ -25,6 +25,7 @@ class CpuUsageThread(threading.Thread): super().__init__() def run(self): + logger.debug("cpu usage thread starting up") while self.doRun: try: cpu_usage = self.get_cpu_usage()