]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
The first word of the error message should be capitalized
authorHong Hui Xiao <xiaohhui@cn.ibm.com>
Thu, 15 Oct 2015 03:26:24 +0000 (23:26 -0400)
committerHong Hui Xiao <xiaohhui@cn.ibm.com>
Thu, 15 Oct 2015 03:26:24 +0000 (23:26 -0400)
The patch is straightforward, just spelling mistake.

Change-Id: I127a155800a11d09cd0b3d332cfeed7e6920a222
Closes-bug: #1506289

neutron/agent/linux/external_process.py

index 2bccdf67c75ca0dca9dbb0669d7569731c93d277..9f1808fb0919d128c0bce5b09f18f0e15dce1ca8 100644 (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()