Commit e424e763 authored by Boxiang Sun's avatar Boxiang Sun

list all not running on-watch service

parent 9adbe44d
...@@ -903,8 +903,7 @@ class Partition(object): ...@@ -903,8 +903,7 @@ class Partition(object):
bad_service_list.append(process['name']) bad_service_list.append(process['name'])
if len(bad_service_list) > 0: if len(bad_service_list) > 0:
raise ChildProcessError( raise ChildProcessError(
"The following on-watch service(es) is not running:\n, \ "The following on-watch service(es) is not running:\n, %s\n, \
%s, \
for the details, please check the corresponding log." % for the details, please check the corresponding log." %
'\n'.join(bad_service_list)) '\n'.join(bad_service_list))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment