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

View File

@@ -77,8 +77,8 @@ in
type = types.int;
default = 4;
description = ''
The kernel console log level. Log messages with a priority
numerically less than this will not appear on the console.
The kernel console <literal>loglevel</literal>. All Kernel Messages with a log level smaller
than this setting will be printed to the console.
'';
};