Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-16 22:03:37 +02:00
parent 004c68dc3c
commit fbbdea033a

View File

@ -189,7 +189,7 @@ class FixServices(plugins.Plugin):
logging.error("[Fix_Services monstart]: %s" % repr(err)) logging.error("[Fix_Services monstart]: %s" % repr(err))
# Look for pattern 5 # Look for pattern 5
elif len(self.pattern4.findall(other_other_last_lines)) >= 1: elif len(self.pattern5.findall(other_other_last_lines)) >= 1:
logging.info("[Fix_Services] Threading issues, restarting") logging.info("[Fix_Services] Threading issues, restarting")
if hasattr(agent, 'view'): if hasattr(agent, 'view'):
display = agent.view() display = agent.view()