diff options
| author | Michael Brown | 2012-03-27 01:51:10 +0200 |
|---|---|---|
| committer | Michael Brown | 2012-03-27 01:51:50 +0200 |
| commit | 82ecaaac9178566533f738d041f5c4fc578d9348 (patch) | |
| tree | 6fdb93092df28f9f18d6d98377c00eda64f232bc /src/core | |
| parent | [downloader] Use a more meaningful error message when out of memory (diff) | |
| download | ipxe-82ecaaac9178566533f738d041f5c4fc578d9348.tar.gz ipxe-82ecaaac9178566533f738d041f5c4fc578d9348.tar.xz ipxe-82ecaaac9178566533f738d041f5c4fc578d9348.zip | |
[console] Remove "log message" usage from interactive console defaults
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/serial_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/serial_console.c b/src/core/serial_console.c index 52bd53760..bbddd6b29 100644 --- a/src/core/serial_console.c +++ b/src/core/serial_console.c @@ -12,7 +12,7 @@ /* Set default console usage if applicable */ #if ! ( defined ( CONSOLE_SERIAL ) && CONSOLE_EXPLICIT ( CONSOLE_SERIAL ) ) #undef CONSOLE_SERIAL -#define CONSOLE_SERIAL CONSOLE_USAGE_ALL +#define CONSOLE_SERIAL ( CONSOLE_USAGE_ALL & ~CONSOLE_USAGE_LOG ) #endif struct console_driver serial_console __console_driver; |
