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):
bad_service_list.append(process['name'])
if len(bad_service_list) > 0:
raise ChildProcessError(
"The following on-watch service(es) is not running:\n, \
%s, \
"The following on-watch service(es) is not running:\n, %s\n, \
for the details, please check the corresponding log." %
'\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