Merge "Fix typo of processmonitor"

This commit is contained in:
Jenkins 2017-04-25 12:24:26 +00:00 committed by Gerrit Code Review
commit 421976606c
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):