Fix typo
This commit is contained in:
parent
0d82d2e26b
commit
85aa81ebfc
@ -322,7 +322,7 @@ def restart_on_change(restart_map, stopstart=False):
|
||||
else:
|
||||
for action in ['stop', 'start']:
|
||||
for service_name in services_list:
|
||||
log('CALLING %s FOR %s' + (action, service_name))
|
||||
log('CALLING %s FOR %s' % (action, service_name))
|
||||
service(action, service_name)
|
||||
return wrapped_f
|
||||
return wrap
|
||||
|
Loading…
x
Reference in New Issue
Block a user