Fix typo of processmonitor

There is a typo in processmonitor's log message.
This patch fixed it.

Change-Id: Idb2ebbdf4979db083b8d810cec58d407a4f68487
This commit is contained in:
Kengo Takahara 2017-04-12 14:37:03 +09:00
parent 2cd33fa3ee
commit 12f59d56d6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class HandleProcess(object):
post_cmd_str = down_process['post_restart_command']
LOG.info(
_LI("Retart of process with executing command: %s"), cmd_str)
_LI("Restart of process with executing command: %s"), cmd_str)
for retries in range(0, CONF.process.restart_retries + 1):