MdeModulePkg/TerminalDxe: Change print level to eliminate interference

The debug message introduced by PR#12282 was printed at DEBUG_INFO level,
which caused screen corruption in the UEFI Shell when running in DEBUG
mode. Change the print level to DEBUG_VERBOSE to keep the Shell output
clean during normal DEBUG builds while still retaining the message for
verbose debugging scenarios.

Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>
Cc: Evgenii Shatokhin <euspectre@gmail.com>
This commit is contained in:
Qihang Gao 2026-06-17 16:39:35 +08:00 committed by mergify[bot]
parent d417f3ec34
commit c3ba0416ce

View file

@ -390,7 +390,7 @@ TerminalConInRegisterKeyNotify (
// protocol.
//
DEBUG ((
DEBUG_INFO,
DEBUG_VERBOSE,
"%a: Attempt to register notifier for the key 0x%04x (scan code 0x%04x) with shift state 0x%08x and toggle state 0x%02x.\n",
__func__,
KeyData->Key.UnicodeChar,