##// END OF EJS Templates
processes: shorten the message and remove exit code which isn't shown properly anyway.
marcink -
r3492:a7095130 default
parent child Browse files
Show More
@@ -119,8 +119,7 b' class AdminProcessManagementView(BaseApp'
119 result = []
119 result = []
120
120
121 def on_terminate(proc):
121 def on_terminate(proc):
122 msg = "process `PID:{}` terminated with exit code {}".format(
122 msg = "terminated"
123 proc.pid, proc.returncode or 0)
124 result.append(msg)
123 result.append(msg)
125
124
126 procs = []
125 procs = []
General Comments 0
You need to be logged in to leave comments. Login now