mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
d417f3ec34
commit
c3ba0416ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue