From: Wasim Khan <wasim.k...@nxp.com>

Update DEBUG log to indicate SerDes protocol
is in hex.

Signed-off-by: Wasim Khan <wasim.k...@nxp.com>
---

Changes in V2:
- New Commit

 Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c 
b/Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c
index ddefcc2fac98..1e8158541c83 100644
--- a/Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c
+++ b/Silicon/NXP/Library/SerDesHelperLib/SerDesHelperLib.c
@@ -65,7 +65,7 @@ IsSerDesProtocolValid (
 
   while (Config->Protocol) {
     if (Config->Protocol == SerDesProtocol) {
-      DEBUG ((DEBUG_INFO, "Protocol: %x Matched with the one in Table\n", 
SerDesProtocol));
+      DEBUG ((DEBUG_INFO, "Protocol: 0x%x Matched with the one in Table\n", 
SerDesProtocol));
       break;
     }
     Config++;
-- 
2.7.4


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#61356): https://edk2.groups.io/g/devel/message/61356
Mute This Topic: https://groups.io/mt/74923744/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to