Merge "The first word of the error message should be capitalized"
This commit is contained in:
commit
c522cee596
@ -247,7 +247,7 @@ class ProcessMonitor(object):
|
||||
action_function(service_id)
|
||||
|
||||
def _respawn_action(self, service_id):
|
||||
LOG.error(_LE("respawning %(service)s for uuid %(uuid)s"),
|
||||
LOG.error(_LE("Respawning %(service)s for uuid %(uuid)s"),
|
||||
{'service': service_id.service,
|
||||
'uuid': service_id.uuid})
|
||||
self._monitored_processes[service_id].enable()
|
||||
|
Loading…
Reference in New Issue
Block a user