Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Sep 23, 2024
1 parent fa94a3c commit d7aed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/App/Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(self):
# If the process has terminated with an error (exit 1), print a message
if retcode != 0:
print('[' + child['agent'] + '-agent] Terminated with return code ' + str(retcode) + ' :(')
print("[" + child['agent'] + "-agent] I'm dead for now but I will be resurrected soon, please wait or restart main service")
print("[" + child['agent'] + "-agent] I'm dead for now but I will be resurrected soon, please wait or restart linupdate service")

# Remove child process from list
self.child_processes.remove(child)
Expand Down

0 comments on commit d7aed7c

Please sign in to comment.