diff --git a/collect.py b/collect.py index 79189cd..aa9b212 100644 --- a/collect.py +++ b/collect.py @@ -255,13 +255,14 @@ def collect_data(minutes, interval): time.sleep(interval) + print("") # kill gstat if freebsd if is_freebsd(): process.kill() def run_debug(): - print("Capturing new debug.") + print("Taking new debug.") command = ["midclt", "call", "system.debug_generate", "-job"] try: result = subprocess.run(command, capture_output=True, text=True, check=True)