]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
OvmfPkg: increase max debug message length to 512
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / DebugLib.c
index a4c12b9057e578aa9441c5593aebdccca5b669aa..6895458cf09f6003da437ecec9e562e462238b91 100644 (file)
@@ -21,7 +21,7 @@
 //\r
 // Define the maximum debug and assert message length that this library supports\r
 //\r
-#define MAX_DEBUG_MESSAGE_LENGTH  0x100\r
+#define MAX_DEBUG_MESSAGE_LENGTH  0x200\r
 \r
 //\r
 // VA_LIST can not initialize to NULL for all compiler, so we use this to\r