##// 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 119 result = []
120 120
121 121 def on_terminate(proc):
122 msg = "process `PID:{}` terminated with exit code {}".format(
123 proc.pid, proc.returncode or 0)
122 msg = "terminated"
124 123 result.append(msg)
125 124
126 125 procs = []
General Comments 0
You need to be logged in to leave comments. Login now