Merge "Fix formatting error in agent/linux/external_process.py" into stable/train

This commit is contained in:
Zuul 2020-11-10 02:21:24 +00:00 committed by Gerrit Code Review
commit 5ab01ca5e6
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class ProcessManager(MonitoredProcess):
if sig == '9':
fileutils.delete_if_exists(self.get_pid_file_name())
elif pid:
LOG.debug('%{service}s process for %(uuid)s pid %(pid)d is stale, '
LOG.debug('%(service)s process for %(uuid)s pid %(pid)d is stale, '
'ignoring signal %(signal)s',
{'service': self.service, 'uuid': self.uuid,
'pid': pid, 'signal': sig})