Merge "container_systemd: improve logging"

This commit is contained in:
Zuul 2020-07-13 10:07:21 +00:00 committed by Gerrit Code Review
commit 940745b8fc
1 changed files with 2 additions and 2 deletions

View File

@ -338,8 +338,8 @@ class ActionModule(ActionBase):
)
if service_stat.get('stat', {}).get('exists', False):
if self.debug:
DISPLAY.display('Systemd unit file found for {}, the '
'container will be restarted'.format(c))
DISPLAY.display('This container will be '
'restarted: {}'.format(c))
extra_restarts.append(c)
container_names = []