mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
add debug logging
This commit is contained in:
parent
c1245308bd
commit
44f4532452
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue