Skip to content

Commit 23cd7cf

Browse files
Vladimir Kotalahornace
authored andcommitted
print signal number
1 parent d4cbb62 commit 23cd7cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/start.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,8 @@ def main():
558558

559559

560560
def signal_handler(signum, frame):
561+
print("Received signal {}".format(signum))
562+
561563
global tomcat_popen
562564
print("Terminating Tomcat {}".format(tomcat_popen))
563565
tomcat_popen.terminate()

0 commit comments

Comments
 (0)