Fix description of boot.consoleLogLevel

This commit is contained in:
Eelco Dolstra
2015-07-25 19:06:07 +02:00
parent 9d5508d85c
commit 174dd0eae7
2 changed files with 6 additions and 3 deletions
+2 -3
View File
@@ -49,9 +49,8 @@ in
type = types.int;
default = 4;
description = ''
The kernel console log level. Only log messages with a
priority numerically less than this will appear on the
console.
The kernel console log level. Log messages with a priority
numerically less than this will not appear on the console.
'';
};