Skip to content
Snippets Groups Projects
Commit 91a52383 authored by David Trattnig's avatar David Trattnig
Browse files

Small fix. #21

parent ac2f4dff
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class AuraEngine:
def get_debug_flags(self, debug_output, verbose_output):
"""
Build Liquidssoap debug parameters.
Build Liquidsoap debug parameters.
"""
output = ""
if debug_output:
......@@ -168,7 +168,7 @@ class AuraEngine:
if self.messenger:
self.messenger.terminate()
self.logger.info("Gracefully terminated Aura Engine!" + str(self.lqs))
self.logger.info("Gracefully terminated Aura Engine! (signum:%s, frame:%s)" % (signum, frame))
sys.exit(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment