systemd: Change log level of message about running dracut
Change the log level of the message about running dracut to CONSOLE. It is an important message which should always be logged. It informs the user that they may be required to do something. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
bd91f06d17
commit
1be86c857a
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class SystemdPlugin(base.Plugin):
|
|||
if full_rollback:
|
||||
log.info("removing '%s' systemd tuning previously added by Tuned" % consts.SYSTEMD_CPUAFFINITY_VAR)
|
||||
self._remove_systemd_tuning()
|
||||
log.info("you may need to manualy run 'dracut -f' to update the systemd configuration in initrd image")
|
||||
log.console("you may need to manualy run 'dracut -f' to update the systemd configuration in initrd image")
|
||||
|
||||
# convert cpulist from systemd syntax to Tuned syntax and unpack it
|
||||
def _cpulist_convert_unpack(self, cpulist):
|
||||
|
|
|
|||
Loading…
Reference in a new issue