Merge pull request #39031 from teto/loglevel

kernel: fix boot.consoleLogLevel description
This commit is contained in:
Graham Christensen
2018-04-17 08:51:14 -04:00
committed by GitHub
+2 -2
View File
@@ -77,8 +77,8 @@ in
type = types.int; type = types.int;
default = 4; default = 4;
description = '' description = ''
The kernel console log level. Log messages with a priority The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
numerically less than this will not appear on the console. than this setting will be printed to the console.
''; '';
}; };