diff --git a/cpupower/cpupower.sh b/cpupower/cpupower.sh index 7fac44b..7021301 100644 --- a/cpupower/cpupower.sh +++ b/cpupower/cpupower.sh @@ -45,5 +45,6 @@ elif [ ! "${CPU_CSTATES_DISABLE_BY_LATENCY}" == "" ]; then cpupower idle-set --disable-by-latency "${CPU_CSTATES_DISABLE_BY_LATENCY}" &> /dev/null cpupower idle-info else - echo "No CPU Cstates by latency configured." + echo "No CPU Cstates configured." fi +