We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608fb80 commit f885393Copy full SHA for f885393
extensions/lardoon/extension.py
@@ -61,8 +61,6 @@ def find_running_process(self, p: Optional[psutil.Process] = None):
61
p = next(utils.find_process(os.path.basename(cmd), self.config['bind']), None)
62
if p:
63
self.log.debug("- Running Lardoon process found.")
64
- else:
65
- self.log.debug(f"- Running Lardoon process not found: {os.path.basename(cmd)} -bind {self.config['bind']}")
66
return p
67
else:
68
0 commit comments