Skip to content

Commit b5d1dc9

Browse files
Laszlo Ersekmergify[bot]
authored andcommitted
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>
1 parent 1a24f5f commit b5d1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//
2222
// Define the maximum debug and assert message length that this library supports
2323
//
24-
#define MAX_DEBUG_MESSAGE_LENGTH 0x100
24+
#define MAX_DEBUG_MESSAGE_LENGTH 0x200
2525

2626
//
2727
// VA_LIST can not initialize to NULL for all compiler, so we use this to

0 commit comments

Comments
 (0)