Skip to content
Snippets Groups Projects
Commit 4d55ef11 authored by Bob Lantz's avatar Bob Lantz
Browse files

Restore missing space in RT_GROUP_SCHED message

parent 342d47cf
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,7 @@ def checkRtGroupSched( cls ):
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment