Restore missing space in RT_GROUP_SCHED message

This commit is contained in:
Bob Lantz
2014-12-04 08:57:28 -08:00
parent 342d47cfb5
commit 4d55ef1132
+1 -1
View File
@@ -706,7 +706,7 @@ class CPULimitedHost( Host ):
output = quietRun( 'grep CONFIG_RT_GROUP_SCHED /boot/config-%s' %
release )
if output == '# CONFIG_RT_GROUP_SCHED is not set\n':
error( '\n*** error: please enable RT_GROUP_SCHED'
error( '\n*** error: please enable RT_GROUP_SCHED '
'in your kernel\n' )
exit( 1 )
cls._rtGroupSched = True