Merge "Correct insufficient name for external process in manager log" into stable/liberty

This commit is contained in:
Jenkins 2016-04-01 01:19:28 +00:00 committed by Gerrit Code Review
commit 8caf401aaa
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class ProcessMonitor(object):
LOG.error(_LE("%(service)s for %(resource_type)s "
"with uuid %(uuid)s not found. "
"The process should not have died"),
{'service': pm.service,
{'service': service_id.service,
'resource_type': self._resource_type,
'uuid': service_id.uuid})
self._execute_action(service_id)