Merge "The first word of the error message should be capitalized"

This commit is contained in:
Jenkins 2015-10-15 17:01:21 +00:00 committed by Gerrit Code Review
commit c522cee596

View File

@ -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()