From 645ede75b99ff80957d1ddc2ab20efab43090318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 26 Jun 2015 13:57:49 +0200 Subject: [PATCH] plugin_vm: improved wording of message regarding overridden transparent_hugepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaroslav Škarvada --- tuned/plugins/plugin_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuned/plugins/plugin_vm.py b/tuned/plugins/plugin_vm.py index e7717ee..110a24d 100644 --- a/tuned/plugins/plugin_vm.py +++ b/tuned/plugins/plugin_vm.py @@ -45,7 +45,7 @@ class VMPlugin(base.Plugin): cmdline = cmd.read_file("/proc/cmdline", no_error = True) if cmdline.find("transparent_hugepage=") > 0: if not sim: - log.info("transparent_hugepage overriden in kernel boot cmdline, ingoring value from profile") + log.info("transparent_hugepage is already set in kernel boot cmdline, ingoring value from profile") return None sys_file = self._thp_file()