Add a hint to a log message about one-shot mode
Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
a5df277fd7
commit
3f70cad744
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ class Daemon(object):
|
|||
log.info("terminating Tuned, rolling back all changes")
|
||||
full_rollback = True
|
||||
else:
|
||||
log.info("terminating Tuned")
|
||||
log.info("terminating Tuned in one-shot mode")
|
||||
else:
|
||||
log.info("terminating Tuned due to system shutdown / reboot")
|
||||
if self._daemon:
|
||||
|
|
|
|||
Loading…
Reference in a new issue