diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2020-07-27 14:59:42 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-07-28 11:36:18 -0400 |
commit | d9c812dda519a1a73e8370e1b81ddf46eb22ed16 (patch) | |
tree | 4da2f443b93e3f8287da4a276ea2fa81ef700a12 /src/byteorder.h | |
parent | f3ca59c6f3da0f30110ca216b072f8b602313734 (diff) | |
download | seabios-d9c812dda519a1a73e8370e1b81ddf46eb22ed16.tar.gz |
nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5
Currently, setting SeaBIOS debug level to 3, the log is filled with
messages like below.
ns 1 read lba 11346288+8: 0
ns 1 read lba 11346296+4: 0
ns 1 read lba 11346300+4: 0
ns 1 read lba 11346304+8: 0
ns 1 read lba 11346312+8: 0
ns 1 read lba 11346320+8: 0
ns 1 read lba 11346328+8: 0
ns 1 read lba 11346336+8: 0
With SeaBIOS as coreboot payload, this fills up the CBMEM console
buffer.
So, increase the debug level to 5, so possible console buffer do not
overflow.
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Diffstat (limited to 'src/byteorder.h')
0 files changed, 0 insertions, 0 deletions