diff --git a/tuned/plugins/plugin_systemd.py b/tuned/plugins/plugin_systemd.py index 472a800..f6857c5 100644 --- a/tuned/plugins/plugin_systemd.py +++ b/tuned/plugins/plugin_systemd.py @@ -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):