]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
OvmfPkg: increase max debug message length to 512
authorLaszlo Ersek <lersek@redhat.com>
Wed, 10 Aug 2022 08:11:40 +0000 (10:11 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 5 Sep 2022 13:52:51 +0000 (13:52 +0000)
commitb5d1dc94d08acf4bb8b95fe50baff3d605714015
tree1a2c1169285bdb54cfc334aafa542aaf7774fc22
parent1a24f5fb121ed4d8276827b4ceaa275684251dc4
OvmfPkg: increase max debug message length to 512

Increase the maximum line length for debug messages.
While log messages should be short, they can still
get quite long, for example when printing device paths
or config strings in HII routing.
512 chars is an empirically good value.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Oliver Steffen <osteffen@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c